summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-25 16:57:23 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-25 16:57:23 +0000
commit9ce6de75134b0ca00f3019771ed673e6c1208f20 (patch)
tree700ea9845b8eb164faa41c224cc90afb21e1c734
parent27853a154fe478489a131c26cd3438a7b54f77f5 (diff)
parent2aecfc04d27a44817bc6faded0971b567f424211 (diff)
downloadunwinding-9ce6de75134b0ca00f3019771ed673e6c1208f20.tar.gz
Snap for 7493928 from 2aecfc04d27a44817bc6faded0971b567f424211 to sc-v2-release
Change-Id: I6afbae5fb33f17e51b51b7282030e20f4d09d721
-rw-r--r--libbacktrace/Android.bp1
-rw-r--r--libunwindstack/Android.bp1
2 files changed, 2 insertions, 0 deletions
diff --git a/libbacktrace/Android.bp b/libbacktrace/Android.bp
index 38645cc..fcf7d31 100644
--- a/libbacktrace/Android.bp
+++ b/libbacktrace/Android.bp
@@ -152,6 +152,7 @@ cc_library {
// Static library without DEX support to avoid dependencies on the ART APEX.
cc_library_static {
name: "libbacktrace_no_dex",
+ ramdisk_available: true,
visibility: [
"//system/core/debuggerd",
"//system/core/init",
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp
index 5443ce7..2df68a0 100644
--- a/libunwindstack/Android.bp
+++ b/libunwindstack/Android.bp
@@ -183,6 +183,7 @@ cc_library {
// Static library without DEX support to avoid dependencies on the ART APEX.
cc_library_static {
name: "libunwindstack_no_dex",
+ ramdisk_available: true,
recovery_available: true,
vendor_ramdisk_available: true,
defaults: ["libunwindstack_defaults"],