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

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

Merge "Make apex availability of libdebuggerd explicit" into main

parents 6b241447 e6bc0264
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ cc_library_headers {
    recovery_available: true,
    vendor_ramdisk_available: true,
    apex_available: [
        "com.android.runtime",
        "com.android.virt",
        "//apex_available:platform",
    ],
@@ -110,6 +111,9 @@ cc_library_static {

    export_header_lib_headers: ["libdebuggerd_common_headers"],
    export_include_dirs: ["include"],
    apex_available: [
        "com.android.runtime",
    ],
}

// Implementation with a no-op fallback.
@@ -311,6 +315,9 @@ cc_library_static {
            header_libs: ["scudo_headers"],
        },
    },
    apex_available: [
        "com.android.runtime",
    ],
}

cc_binary {