Update compatibility matrix for Pixel IServiceBinder am: 7b4794f1fc
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs-common/+/23767306 Change-Id: I9aa1ac0686ca564af8e5512e782250ca1fc5d78a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
1c936a20bd
2 changed files with 16 additions and 0 deletions
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_PRODUCT_COMPATIBILITY_MATRIX_FILE += \
|
||||||
device/google/gs-common/camera/device_framework_matrix_product.xml
|
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.
|
# sepolicy dir is added in dump.mk.
|
||||||
# Make doesn't deduplicate sepolicy dirs, so including it here causes build errors.
|
# Make doesn't deduplicate sepolicy dirs, so including it here causes build errors.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue