Add aam HAL to compatibility matrix
Change-Id: I778cd13c318afc6048fff4b317bb6974dcc0da24
This commit is contained in:
parent
74f1969be3
commit
274eca8334
2 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
10
aam_compatibility_matrix.xml
Normal file
10
aam_compatibility_matrix.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue