diff options
author | Anil Admal <aadmal@google.com> | 2019-05-01 00:21:49 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-05-01 00:21:49 +0000 |
commit | 11ae50dcc28bb0536ad8838347d64c0db6ac340b (patch) | |
tree | f9ad2da297a7b7bf19cc0fc5ba4765c2ad42bae5 | |
parent | ef85db2b657380bddd28ea16b4421bcf1cd77ed8 (diff) | |
parent | e640a420af306581f72e5f6629cea4ed515d8e26 (diff) | |
download | platform_hardware_interfaces-11ae50dcc28bb0536ad8838347d64c0db6ac340b.tar.gz platform_hardware_interfaces-11ae50dcc28bb0536ad8838347d64c0db6ac340b.tar.bz2 platform_hardware_interfaces-11ae50dcc28bb0536ad8838347d64c0db6ac340b.zip |
Merge "Enforce launched-in-Q devices support gnss@2.0 HAL package (hal)" into qt-dev
-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 6c2876107a..7d6fc609f8 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> |