summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"],