Revert "Add aam HAL to compatibility matrix"

This reverts commit f2f3cb5cb6.

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 9b209ba71d
commit 5bdd5f603d
No known key found for this signature in database
2 changed files with 0 additions and 12 deletions

View file

@ -4,8 +4,6 @@
# SPDX-License-Identifier: Apache-2.0
#
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += $(DEVICE_PATH)/aam_compatibility_matrix.xml
# Kernel modules
BOARD_VENDOR_KERNEL_RAMDISK_KERNEL_MODULES_BLOCKLIST_FILE := $(DEVICE_PATH)/modules.blocklist.vendor_kernel_boot
BOARD_VENDOR_KERNEL_RAMDISK_KERNEL_MODULES_LOAD_RAW := $(strip $(shell cat $(DEVICE_PATH)/modules.load.vendor_kernel_boot))

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>