diff options
author | Anil Admal <aadmal@google.com> | 2019-04-08 17:05:04 -0700 |
---|---|---|
committer | Anil Admal <aadmal@google.com> | 2019-04-26 15:12:37 -0700 |
commit | e640a420af306581f72e5f6629cea4ed515d8e26 (patch) | |
tree | 451ce1622860fcee7a966b78b01896ceaa7531bf /compatibility_matrices/compatibility_matrix.4.xml | |
parent | a7904cd342d52f411d92ef41847b8c23b169d115 (diff) | |
download | platform_hardware_interfaces-e640a420af306581f72e5f6629cea4ed515d8e26.tar.gz platform_hardware_interfaces-e640a420af306581f72e5f6629cea4ed515d8e26.tar.bz2 platform_hardware_interfaces-e640a420af306581f72e5f6629cea4ed515d8e26.zip |
Enforce launched-in-Q devices support gnss@2.0 HAL package (hal)
Bug: 121287858
Test: atest VtsTrebleVendorVintfTest
Change-Id: I45d7f3b6c8353141922724df23780d42df870413
Diffstat (limited to 'compatibility_matrices/compatibility_matrix.4.xml')
-rw-r--r-- | compatibility_matrices/compatibility_matrix.4.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/compatibility_matrices/compatibility_matrix.4.xml b/compatibility_matrices/compatibility_matrix.4.xml index a34f746d89..a5e4c1c033 100644 --- a/compatibility_matrices/compatibility_matrix.4.xml +++ b/compatibility_matrices/compatibility_matrix.4.xml @@ -181,7 +181,12 @@ </hal> <hal format="hidl" optional="true"> <name>android.hardware.gnss</name> - <version>1.0-1</version> + <!-- + - Both versions are listed here as a workaround for libvintf since 2.0 extends 1.1. + - Devices launched with Q must support gnss@2.0, see VtsTrebleVendorVintfTest + - test DeviceManifestTest#GnssHalVersionCompatibility. + --> + <version>1.1</version> <version>2.0</version> <interface> <name>IGnss</name> |