sdm660-common: device: Disable configstore usage

* it's finally deprecated in R
* ship disable_configstore because we have API level less than 29
This commit is contained in:
Volodymyr Zhdanov 2023-06-12 18:14:17 +08:00 committed by CakesTwix
parent 084ba656ad
commit 5de0a2a331
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825
2 changed files with 3 additions and 10 deletions

View file

@ -69,16 +69,6 @@
</interface>
<fqname>@2.4::ICameraProvider/legacy/0</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.configstore</name>
<transport>hwbinder</transport>
<version>1.1</version>
<interface>
<name>ISurfaceFlingerConfigs</name>
<instance>default</instance>
</interface>
<fqname>@1.1::ISurfaceFlingerConfigs/default</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.contexthub</name>
<transport>hwbinder</transport>

View file

@ -153,6 +153,9 @@ PRODUCT_PACKAGES += \
android.hardware.contexthub@1.0-impl.generic \
android.hardware.contexthub@1.0-service
PRODUCT_PACKAGES += \
disable_configstore
# Display
PRODUCT_PACKAGES += \
android.hardware.graphics.composer@2.3-service \