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

Commit 738d3d59 authored by Steven Moreland's avatar Steven Moreland
Browse files

remove libbinder_ndk_host_user

no longer needed

Bug: 211908498
Test: build
Change-Id: Iadffdf1d7759e32986c4e0e28acb2087d9f27ab0
parent e0a7d60d
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",