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

Commit dd2f6251 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "libaidlcommonsupport_test: static libs"

parents 84be95b6 2ca1e9ad
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"],