mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Disable the usage of ConfigStore
* As per commit 11a113a67e ("Add disable_configstore").
[SebaUbuntu] Remove manifest entry as well
Change-Id: I5482989a8a96227a3e2a5317eacf613c641bfa8e
Signed-off-by: SamarV-121 <samarvispute121@pm.me>
This commit is contained in:
parent
18591bc134
commit
6fa552a487
2 changed files with 4 additions and 5 deletions
|
|
@ -19,11 +19,6 @@
|
|||
<transport>hwbinder</transport>
|
||||
<fqname>@2.5::ICameraProvider/legacy/0</fqname>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.configstore</name>
|
||||
<transport>hwbinder</transport>
|
||||
<fqname>@1.1::ISurfaceFlingerConfigs/default</fqname>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>android.hardware.drm</name>
|
||||
<transport>hwbinder</transport>
|
||||
|
|
|
|||
|
|
@ -115,6 +115,10 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
libsuspend
|
||||
|
||||
# ConfigStore
|
||||
PRODUCT_PACKAGES += \
|
||||
disable_configstore
|
||||
|
||||
# Debug
|
||||
$(call inherit-product, hardware/samsung-ext/interfaces/debug-tools/debug.mk)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue