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

Commit ee22878a authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "remove libbinder_ndk_host_user"

parents d89d96d1 738d3d59
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -11,7 +11,11 @@ cc_library_static {
    name: "libaidlcommonsupport",
    vendor_available: true,
    host_supported: true,
    defaults: ["libbinder_ndk_host_user"],
    target: {
        darwin: {
            enabled: false,
        },
    },
    srcs: ["NativeHandle.cpp"],
    export_include_dirs: ["include"],
    shared_libs: [
@@ -28,7 +32,11 @@ cc_library_static {
cc_test {
    name: "libaidlcommonsupport_test",
    host_supported: true,
    defaults: ["libbinder_ndk_host_user"],
    target: {
        darwin: {
            enabled: false,
        },
    },
    srcs: ["test.cpp"],
    static_libs: [
        "android.hardware.common-V2-ndk",
+5 −3
Original line number Diff line number Diff line
@@ -62,9 +62,11 @@ cc_library {
        "android.hardware.health@2.0",
        "android.hardware.health@2.1",
    ],
    defaults: [
        "libbinder_ndk_host_user",
    ],
    target: {
        darwin: {
            enabled: false,
        },
    },
}

java_library {
+5 −3
Original line number Diff line number Diff line
@@ -24,9 +24,11 @@ package {
cc_defaults {
    name: "libhealthshim_defaults",
    host_supported: true, // for testing
    defaults: [
        "libbinder_ndk_host_user",
    ],
    target: {
        darwin: {
            enabled: false,
        },
    },
    cflags: [
        "-Wall",
        "-Werror",