Update compatibility matrix for Pixel IServiceBinder

Bug: 287069860
Test: lunch <device-type>-userdebug && m
Change-Id: Ibf230adbb2a35f7ef49ed0a0620ef59f121729f7
This commit is contained in:
Utku Utkan 2023-06-21 08:56:46 -07:00
parent 018b4f4813
commit 7b4794f1fc
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<compatibility-matrix version="1.0" type="device">
<hal format="aidl" optional="true">
<name>com.google.pixel.camera.services.binder</name>
<version>1</version>
<interface>
<name>IServiceBinder</name>
<instance>default</instance>
</interface>
</hal>
<vndk>
<version>0.0.0</version>
</vndk>
</compatibility-matrix>

View File

@ -53,5 +53,8 @@ PRODUCT_PACKAGES += lyric_preview_dis_xml
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += \
device/google/gs-common/camera/device_framework_matrix_product.xml
DEVICE_MATRIX_FILE += \
device/google/gs-common/camera/compatibility_matrix.xml
# sepolicy dir is added in dump.mk.
# Make doesn't deduplicate sepolicy dirs, so including it here causes build errors.