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-14 11:56:56 +0900
commit6353ccb666a2f7bf755b42b73fb9d9fa05d92f0d (patch)
treeddb9b3f2cdbb4029b72e716e9f1a5625aa77067b
parentca4a6bf2ad45eea5828567e4c33a440240312f07 (diff)
downloadmodp_b64-6353ccb666a2f7bf755b42b73fb9d9fa05d92f0d.tar.gz
Bug: 187196593 Test: boot Change-Id: 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"],