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

Commit 38533915 authored by Jeongik Cha's avatar Jeongik Cha
Browse files

Specify version for aidl_interface explicitly

Bug: 150578172
Test: m
Change-Id: I141de8ed6958fe42f727a0fa41473de4c1fb38de
parent 4fce8e07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ cc_defaults {
        "libxml2",
    ],
    shared_libs: [
        "audioclient-types-aidl-unstable-cpp",
        "audioclient-types-aidl-cpp",
        "libaudioclient_aidl_conversion",
        "libbinder",
        "libfmq",
+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",
+2 −2
Original line number Diff line number Diff line
@@ -22,8 +22,8 @@ cc_binary {
    generated_sources: ["audio_policy_configuration_V7_0"],
    header_libs: ["libxsdc-utils"],
    shared_libs: [
        "android.frameworks.automotive.powerpolicy-ndk_platform",
        "android.hardware.automotive.audiocontrol-ndk_platform",
        "android.frameworks.automotive.powerpolicy-V1-ndk_platform",
        "android.hardware.automotive.audiocontrol-V1-ndk_platform",
        "libbase",
        "libbinder_ndk",
        "libcutils",
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ cc_test {
        "libxml2",
    ],
    static_libs: [
        "android.hardware.automotive.audiocontrol-cpp",
        "android.hardware.automotive.audiocontrol-V1-cpp",
        "libgmock",
    ],
    test_suites: [
Loading