sm6250-common: disable configstore

* it's finally deprecated in R
* ship disable_configstore because we have API level 29
This commit is contained in:
Volodymyr Zhdanov 2020-10-06 10:22:40 +03:00 committed by Demon000
parent 9521b1de0c
commit e2025cf699
2 changed files with 4 additions and 10 deletions

View File

@ -79,6 +79,10 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.camera.full.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.full.xml \
frameworks/native/data/etc/android.hardware.camera.raw.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.raw.xml
# Display
PRODUCT_PACKAGES += \
disable_configstore
# DRM
PRODUCT_PACKAGES += \
android.hardware.drm@1.2-service.clearkey

View File

@ -59,16 +59,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.drm</name>
<transport>hwbinder</transport>