summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2021-06-14 11:55:34 +0900
committerInseob Kim <inseob@google.com>2021-06-23 04:28:04 +0000
commit0aca31b4572e59bc39f5b006ee38010bf3332488 (patch)
tree700ea9845b8eb164faa41c224cc90afb21e1c734
parent6d9e690478f56e22d9355304cbf2bdbda65b493d (diff)
downloadunwinding-0aca31b4572e59bc39f5b006ee38010bf3332488.tar.gz
Add ramdisk_available to init_first_stage's deps
Bug: 187196593 Test: boot Change-Id: Ibc8668029c7c44666908fcda4b182fe027dc484b Merged-In: Ibc8668029c7c44666908fcda4b182fe027dc484b
-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"],