summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-08 01:12:54 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-08 01:12:54 +0000
commitc342fa44fa0b5c0c89bbc7e328a172b21635cc6b (patch)
treea7b4be1fe409a535df1b7c9755fc128a86e2eeda
parent6cb3852efda2771fd51143278aa484d5c83555de (diff)
parent2720b1c975006282f13de2f442f8c558590797d8 (diff)
downloadunwinding-android12-d1-s5-release.tar.gz
Change-Id: I3d8dd671537959e660dde559475f57fa3a566c90
-rw-r--r--libbacktrace/Android.bp1
-rw-r--r--libunwindstack/Android.bp1
2 files changed, 0 insertions, 2 deletions
diff --git a/libbacktrace/Android.bp b/libbacktrace/Android.bp
index fcf7d31..38645cc 100644
--- a/libbacktrace/Android.bp
+++ b/libbacktrace/Android.bp
@@ -152,7 +152,6 @@ 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 2df68a0..5443ce7 100644
--- a/libunwindstack/Android.bp
+++ b/libunwindstack/Android.bp
@@ -183,7 +183,6 @@ 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"],