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

Commit 6f71eea5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add gnssSetSignalTypeCapabilitiesCb()"

parents 1fcce708 d2377447
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -230,7 +230,7 @@
    </hal>
    <hal format="aidl" optional="true">
        <name>android.hardware.gnss</name>
        <version>2</version>
        <version>3</version>
        <interface>
            <name>IGnss</name>
            <instance>default</instance>
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ cc_binary {
        "android.hardware.gnss@2.0",
        "android.hardware.gnss@1.1",
        "android.hardware.gnss@1.0",
        "android.hardware.gnss-V2-ndk",
        "android.hardware.gnss-V3-ndk",
    ],
    static_libs: [
        "android.hardware.gnss@common-default-lib",
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ cc_test {
        "android.hardware.gnss@1.1",
        "android.hardware.gnss@2.0",
        "android.hardware.gnss@common-vts-lib",
        "android.hardware.gnss-V2-cpp",
        "android.hardware.gnss-V3-cpp",
    ],
    shared_libs: [
        "android.hardware.gnss.measurement_corrections@1.0",
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ cc_binary {
        "android.hardware.gnss@2.0",
        "android.hardware.gnss@1.1",
        "android.hardware.gnss@1.0",
        "android.hardware.gnss-V2-ndk",
        "android.hardware.gnss-V3-ndk",
    ],
    static_libs: [
        "android.hardware.gnss@common-default-lib",
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ cc_test {
        "android.hardware.gnss@2.0",
        "android.hardware.gnss@2.1",
        "android.hardware.gnss@common-vts-lib",
        "android.hardware.gnss-V2-cpp",
        "android.hardware.gnss-V3-cpp",
    ],
    test_suites: [
        "general-tests",
Loading