sdm660-common: Disable configstore usage

* it's finally deprecated in R
* ship disable_configstore because we have API level less than 29

Signed-off-by: Immanuel Raj <iamimmanuelraj@gmail.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Volodymyr Zhdanov 2023-04-17 23:16:52 +05:30 committed by pix106
parent a0cfb3bcf4
commit b9a2b9d013
2 changed files with 4 additions and 5 deletions

View file

@ -25,11 +25,6 @@
<transport>hwbinder</transport>
<fqname>@2.6::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.gatekeeper</name>
<transport>hwbinder</transport>

View file

@ -161,6 +161,10 @@ PRODUCT_PACKAGES += \
# Dalvik
$(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk )
# Configstore (Disabled)
PRODUCT_PACKAGES += \
disable_configstore
# ConsumerIR
ifeq ($(BOARD_HAVE_IR),true)
PRODUCT_PACKAGES += \