Snap for 7529640 from 2720b1c975006282f13de2f442f8c558590797d8 to sc-release

Change-Id: I2039ff7398077ed5cac4d4d385946c8f46757c02
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 @@
 // 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 @@
 // 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"],