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

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

Merge "Revert "Revert "Set apex_available property"""

parents fc51af21 697134d1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -527,6 +527,7 @@ cc_library {
    name: "libadbd",
    defaults: ["adbd_defaults", "host_adbd_supported"],
    recovery_available: true,
    apex_available: ["com.android.adbd"],

    // avoid getting duplicate symbol of android::build::getbuildnumber().
    use_version_lib: false,
@@ -581,6 +582,7 @@ cc_binary {
    defaults: ["adbd_defaults", "host_adbd_supported"],
    stl: "libc++_static",
    recovery_available: true,
    apex_available: ["com.android.adbd"],

    srcs: [
        "daemon/main.cpp",
+5 −0
Original line number Diff line number Diff line
@@ -18,6 +18,11 @@ cc_library {
    use_version_lib: false,

    recovery_available: true,
    apex_available: [
        "com.android.adbd",
        // TODO(b/151398197) remove the below
        "//apex_available:platform",
    ],
    compile_multilib: "both",
}

+5 −0
Original line number Diff line number Diff line
@@ -3,6 +3,11 @@ cc_library_static {
    cflags: ["-Wall", "-Wextra", "-Werror"],
    host_supported: true,
    recovery_available: true,
    apex_available: [
        "com.android.adbd",
        // TODO(b/151398197) remove the below
        "//apex_available:platform",
    ],
    target: {
        windows: {
            enabled: true,
+4 −0
Original line number Diff line number Diff line
@@ -28,6 +28,10 @@ cc_library {
    defaults: ["libasyncio_defaults"],
    vendor_available: true,
    recovery_available: true,
    apex_available: [
        "//apex_available:platform",
        "com.android.adbd",
    ],
    host_supported: true,
    srcs: [
        "AsyncIO.cpp",
+5 −0
Original line number Diff line number Diff line
@@ -4,6 +4,11 @@ cc_library_static {
    name: "libqemu_pipe",
    vendor_available: true,
    recovery_available: true,
    apex_available: [
        "com.android.adbd",
        // TODO(b/151398197) remove the below
        "//apex_available:platform",
    ],
    sanitize: {
        misc_undefined: ["integer"],
    },