Merge "Update compatibility matrix for Pixel ICameraProvider" into udc-qpr-dev

This commit is contained in:
Utku Utkan 2023-06-28 14:38:44 +00:00 committed by Android (Google) Code Review
commit aa8c447d6d
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<compatibility-matrix version="1.0" type="framework">
<hal format="aidl" optional="true">
<name>com.google.pixel.camera.connectivity.hal.provider</name>
<version>1</version>
<interface>
<name>ICameraProvider</name>
<instance>default</instance>
</interface>
</hal>
</compatibility-matrix>

View File

@ -49,5 +49,8 @@ PRODUCT_PACKAGES += com.google.pixel.camera.hal
PRODUCT_PACKAGES += init.camera.set-interrupts-ownership
PRODUCT_PACKAGES += lyric_preview_dis_xml
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += \
device/google/gs-common/camera/device_framework_matrix_product.xml
# sepolicy dir is added in dump.mk.
# Make doesn't deduplicate sepolicy dirs, so including it here causes build errors.