Add aam HAL to compatibility matrix

Change-Id: I778cd13c318afc6048fff4b317bb6974dcc0da24
This commit is contained in:
Michael Bestas 2024-06-12 22:24:13 +03:00 committed by Michael Bestas
parent 74f1969be3
commit 274eca8334
No known key found for this signature in database
2 changed files with 11 additions and 0 deletions

View file

@ -14,6 +14,7 @@ DEVICE_MANIFEST_FILE += \
device/google/zumapro/android.hardware.security.rkp-service.citadel.xml \
device/google/zumapro/manifest_radio_ds.xml
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += \
device/google/zumapro/aam_compatibility_matrix.xml \
device/google/zumapro/location/device_framework_matrix_product.xml
# Partitions

View file

@ -0,0 +1,10 @@
<compatibility-matrix version="1.0" type="framework">
<hal format="aidl" optional="true">
<name>vendor.google.aam</name>
<version>1-2</version>
<interface>
<name>IAam</name>
<instance>default</instance>
</interface>
</hal>
</compatibility-matrix>