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

Commit 1674c135 authored by Jeongik Cha's avatar Jeongik Cha
Browse files

Specify version for aidl_interface explicitly

Bug: 150578172
Test: m
Change-Id: Ie7605c203c0f0eaf2c40f1e64ea45634b3aa54a5
Merged-In: I141de8ed6958fe42f727a0fa41473de4c1fb38de
parent df543ea0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ cc_binary {
        "AuthSecret.cpp",
    ],
    shared_libs: [
        "android.hardware.authsecret-ndk_platform",
        "android.hardware.authsecret-V1-ndk_platform",
        "libbase",
        "libbinder_ndk",
    ],
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ cc_test {
        "use_libaidlvintf_gtest_helper_static",
    ],
    srcs: ["VtsHalAuthSecretTargetTest.cpp"],
    static_libs: ["android.hardware.authsecret-ndk_platform"],
    static_libs: ["android.hardware.authsecret-V1-ndk_platform"],
    shared_libs: ["libbinder_ndk"],
    test_suites: [
        "general-tests",
+1 −1
Original line number Diff line number Diff line
@@ -27,6 +27,6 @@ cc_binary {
        "libbase",
        "libbinder_ndk",
        "libutils",
        "android.hardware.automotive.occupant_awareness-ndk_platform",
        "android.hardware.automotive.occupant_awareness-V1-ndk_platform",
    ],
}
+1 −1
Original line number Diff line number Diff line
@@ -27,6 +27,6 @@ cc_binary {
        "libbase",
        "libbinder_ndk",
        "libutils",
        "android.hardware.automotive.occupant_awareness-ndk_platform",
        "android.hardware.automotive.occupant_awareness-V1-ndk_platform",
    ],
}
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ cc_test {
        "libbinder",
    ],
    static_libs: [
        "android.hardware.automotive.occupant_awareness-cpp",
        "android.hardware.automotive.occupant_awareness-V1-cpp",
    ],
    test_suites: [
        "vts",
Loading