aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2021-06-14 11:55:27 +0900
committerInseob Kim <inseob@google.com>2021-06-14 11:56:56 +0900
commit1af91956839e9e9a19e1e308ee0577fa3417c305 (patch)
treef6ddbf3677e7f0fada075b36f266d91ff5bd6b01
parent53571c407b2fe1dbf69a845cdd99dc71693717ce (diff)
downloadlzma-1af91956839e9e9a19e1e308ee0577fa3417c305.tar.gz
Add ramdisk_available to init_first_stage's deps
Bug: 187196593 Test: boot Change-Id: I06091d15ea6ad15fa3fe7e2153278228ec4169b6
-rw-r--r--C/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/C/Android.bp b/C/Android.bp
index e3f796c..57ef315 100644
--- a/C/Android.bp
+++ b/C/Android.bp
@@ -12,6 +12,7 @@ cc_library {
host_supported: true,
vendor_available: true,
product_available: true,
+ ramdisk_available: true,
recovery_available: true,
vendor_ramdisk_available: true,
native_bridge_supported: true,