Update compatibility matrix for Pixel ICameraProvider

Bug: 287069860
Test: source build/envsetup.sh && lunch <device-type>-userdebug && m
Change-Id: I1836590aaaa22e1bfc459bf6df763107a3eaabfb
This commit is contained in:
Utku Utkan 2023-06-14 16:03:27 -07:00
parent 3b9b54ef2e
commit 12a1666740
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.