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

Commit 87822e09 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "libaidlcommonsupport_test: static libs" am: dd2f6251 am: 713f6fb0

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1559999

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I2fb8d4ab8bf10ad5295597a8c57d131308d20200
parents f79b8b33 713f6fb0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ cc_library_static {
    srcs: ["NativeHandle.cpp"],
    export_include_dirs: ["include"],
    shared_libs: [
        "android.hardware.common-unstable-ndk_platform",
        "android.hardware.common-V2-ndk_platform",
        "libcutils",
    ],
}
@@ -17,10 +17,10 @@ cc_test {
    defaults: ["libbinder_ndk_host_user"],
    srcs: ["test.cpp"],
    static_libs: [
        "android.hardware.common-V2-ndk_platform",
        "libaidlcommonsupport",
    ],
    shared_libs: [
        "android.hardware.common-unstable-ndk_platform",
        "libcutils",
    ],
    test_suites: ["general-tests"],