summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2021-06-14 11:55:27 +0900
committerInseob Kim <inseob@google.com>2021-06-23 04:28:56 +0000
commit0dc13d3929db7b82e47a0c5c3b52d9e3587ddd38 (patch)
treeddb9b3f2cdbb4029b72e716e9f1a5625aa77067b
parentf8e8e3d5ac3d0afe72f99635289775a2986d9d7f (diff)
downloadmodp_b64-0dc13d3929db7b82e47a0c5c3b52d9e3587ddd38.tar.gz
Add ramdisk_available to init_first_stage's deps
Bug: 187196593 Test: boot Change-Id: I9d5a1066103ae578fd085d0db2201b4650ca7827 Merged-In: I9d5a1066103ae578fd085d0db2201b4650ca7827
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 962f5a4..176a49d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,6 +32,7 @@ license {
cc_library_static {
name: "libmodpb64",
host_supported: true,
+ ramdisk_available: true,
recovery_available: true,
vendor_available: true,
srcs: ["modp_b64.cc"],