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

Commit 757f2998 authored by Shikha Panwar's avatar Shikha Panwar
Browse files

Make some debuggerd libraries available in apex com.android.virt

Test: Build passed & tested the whole topic
Bug:227443903

Change-Id: I113cd1e559307e191fec405206f23e1b4ce1a5fc
parent fad82b6c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -24,6 +24,10 @@ cc_library_headers {
    export_include_dirs: ["common/include"],
    recovery_available: true,
    vendor_ramdisk_available: true,
    apex_available: [
        "com.android.virt",
        "//apex_available:platform",
   ],
}

cc_library_shared {
@@ -44,6 +48,10 @@ cc_library_shared {
        "libbase",
        "libcutils",
    ],
    apex_available: [
        "com.android.virt",
        "//apex_available:platform",
    ],

    export_header_lib_headers: ["libdebuggerd_common_headers"],
    export_include_dirs: ["tombstoned/include"],
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ cc_library_static {
    shared_libs: [
        "libtombstoned_client",
    ],
    apex_available: ["com.android.virt"],
}

rust_defaults {