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:
parent
a0cfb3bcf4
commit
b9a2b9d013
2 changed files with 4 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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 += \
|
||||
|
|
Loading…
Reference in a new issue