summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2021-06-14 11:55:35 +0900
committerInseob Kim <inseob@google.com>2021-06-23 04:27:56 +0000
commit7729c21a473c7da5457786d12b65884ba3a2f594 (patch)
treeb69c6f9da9580a3966663de7e5e23a4857e4b7a7
parent4ac16e53724bc24199fbc707f2de312432aa2c7c (diff)
Add ramdisk_available to init_first_stage's deps
Bug: 187196593 Test: boot Change-Id: I0a9ba90f0ae6f0b551e73d0a4361b8cf5d2c1e85 Merged-In: I0a9ba90f0ae6f0b551e73d0a4361b8cf5d2c1e85
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d74e78f3..d89255dc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -147,6 +147,7 @@ cc_defaults {
cc_library_static {
name: "update_metadata-protos",
host_supported: true,
+ ramdisk_available: true,
recovery_available: true,
srcs: ["update_engine/update_metadata.proto"],