Add android.hardware.gnss AIDL to compatibility matrix

Change-Id: I131aafa886ec5a1eef8a104fead2821a7dac56cd
This commit is contained in:
Michael Bestas 2024-09-18 02:15:06 +03:00 committed by Michael Bestas
parent 563f61c1a2
commit 74f1969be3
No known key found for this signature in database
2 changed files with 12 additions and 0 deletions

View file

@ -13,6 +13,8 @@ DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE += vendor/lineage/config/device_frame
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/location/device_framework_matrix_product.xml
# Partitions
AB_OTA_PARTITIONS += \

View file

@ -0,0 +1,10 @@
<compatibility-matrix version="1.0" type="framework" level="8">
<hal format="aidl" optional="true">
<name>android.hardware.gnss</name>
<version>3</version>
<interface>
<name>IGnss</name>
<instance>vendor</instance>
</interface>
</hal>
</compatibility-matrix>