summaryrefslogtreecommitdiffstats
path: root/compatibility_matrices
diff options
context:
space:
mode:
authorAnil Admal <aadmal@google.com>2019-04-08 17:05:04 -0700
committerAnil Admal <aadmal@google.com>2019-04-26 15:12:37 -0700
commite640a420af306581f72e5f6629cea4ed515d8e26 (patch)
tree451ce1622860fcee7a966b78b01896ceaa7531bf /compatibility_matrices
parenta7904cd342d52f411d92ef41847b8c23b169d115 (diff)
downloadandroid_hardware_interfaces-e640a420af306581f72e5f6629cea4ed515d8e26.tar.gz
android_hardware_interfaces-e640a420af306581f72e5f6629cea4ed515d8e26.tar.bz2
android_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')
-rw-r--r--compatibility_matrices/compatibility_matrix.4.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/compatibility_matrices/compatibility_matrix.4.xml b/compatibility_matrices/compatibility_matrix.4.xml
index a34f746d8..a5e4c1c03 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>