Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11ae50dc authored by Anil Admal's avatar Anil Admal Committed by Android (Google) Code Review
Browse files

Merge "Enforce launched-in-Q devices support gnss@2.0 HAL package (hal)" into qt-dev

parents ef85db2b e640a420
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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>