Revert "Add aam HAL to compatibility matrix"

This reverts commit 5cfde0bb3d0d6983b372779bce3ed2c430a7c418.

Reason for revert: This lives in device/google/gs-common now

Change-Id: I4b8d483ccf24c2f233d1c34952df50df2b2aa9f4
This commit is contained in:
Michael Bestas 2025-06-13 15:02:06 +03:00 committed by Michael Bestas
parent 39b7160986
commit 6e4b61d67c
No known key found for this signature in database
2 changed files with 0 additions and 11 deletions

View file

@ -16,7 +16,6 @@ DEVICE_MANIFEST_FILE += \
device/google/zumapro/manifest_radio_ds.xml device/google/zumapro/manifest_radio_ds.xml
endif endif
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += \ DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += \
device/google/zumapro/aam_compatibility_matrix.xml \
device/google/zumapro/location/device_framework_matrix_product.xml device/google/zumapro/location/device_framework_matrix_product.xml
# Partitions # Partitions

View file

@ -1,10 +0,0 @@
<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>