Update compatibility matrix for Pixel IServiceBinder
Bug: 287069860 Test: lunch <device-type>-userdebug && m Change-Id: Ibf230adbb2a35f7ef49ed0a0620ef59f121729f7
This commit is contained in:
parent
018b4f4813
commit
7b4794f1fc
13
camera/compatibility_matrix.xml
Normal file
13
camera/compatibility_matrix.xml
Normal 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>
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user