Merge "Make libdebuggerd ramdisk available." into main am: dccb1e904d
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2684517 Change-Id: I2cc4e64d59114868e5038835378690b22ddb5e9d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
8e6a2c8fab
2 changed files with 15 additions and 3 deletions
|
|
@ -188,6 +188,7 @@ cc_library {
|
|||
cc_library_static {
|
||||
name: "libdebuggerd",
|
||||
defaults: ["debuggerd_defaults"],
|
||||
ramdisk_available: true,
|
||||
recovery_available: true,
|
||||
vendor_ramdisk_available: true,
|
||||
|
||||
|
|
@ -221,9 +222,6 @@ cc_library_static {
|
|||
"libbase",
|
||||
"libcutils",
|
||||
],
|
||||
runtime_libs: [
|
||||
"libdexfile", // libdexfile_support dependency
|
||||
],
|
||||
|
||||
whole_static_libs: [
|
||||
"libasync_safe",
|
||||
|
|
@ -250,6 +248,19 @@ cc_library_static {
|
|||
"libdexfile",
|
||||
],
|
||||
},
|
||||
ramdisk: {
|
||||
exclude_static_libs: [
|
||||
"libdexfile_support",
|
||||
],
|
||||
exclude_runtime_libs: [
|
||||
"libdexfile",
|
||||
],
|
||||
},
|
||||
android: {
|
||||
runtime_libs: [
|
||||
"libdexfile", // libdexfile_support dependency
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
product_variables: {
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ cc_library_static {
|
|||
"com.android.runtime",
|
||||
],
|
||||
|
||||
ramdisk_available: true,
|
||||
recovery_available: true,
|
||||
vendor_ramdisk_available: true,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue