Make some debuggerd libraries available in apex com.android.virt
Test: Build passed & tested the whole topic Bug:227443903 Change-Id: I113cd1e559307e191fec405206f23e1b4ce1a5fc
This commit is contained in:
parent
fad82b6c15
commit
757f299842
2 changed files with 9 additions and 0 deletions
|
@ -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"],
|
||||
|
|
|
@ -17,6 +17,7 @@ cc_library_static {
|
|||
shared_libs: [
|
||||
"libtombstoned_client",
|
||||
],
|
||||
apex_available: ["com.android.virt"],
|
||||
}
|
||||
|
||||
rust_defaults {
|
||||
|
|
Loading…
Reference in a new issue