Add android.hardware.gnss AIDL to compatibility matrix
Change-Id: I131aafa886ec5a1eef8a104fead2821a7dac56cd
This commit is contained in:
parent
563f61c1a2
commit
74f1969be3
2 changed files with 12 additions and 0 deletions
|
@ -13,6 +13,8 @@ DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE += vendor/lineage/config/device_frame
|
||||||
DEVICE_MANIFEST_FILE += \
|
DEVICE_MANIFEST_FILE += \
|
||||||
device/google/zumapro/android.hardware.security.rkp-service.citadel.xml \
|
device/google/zumapro/android.hardware.security.rkp-service.citadel.xml \
|
||||||
device/google/zumapro/manifest_radio_ds.xml
|
device/google/zumapro/manifest_radio_ds.xml
|
||||||
|
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += \
|
||||||
|
device/google/zumapro/location/device_framework_matrix_product.xml
|
||||||
|
|
||||||
# Partitions
|
# Partitions
|
||||||
AB_OTA_PARTITIONS += \
|
AB_OTA_PARTITIONS += \
|
||||||
|
|
10
location/device_framework_matrix_product.xml
Normal file
10
location/device_framework_matrix_product.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue