aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2021-06-14 11:55:22 +0900
committerInseob Kim <inseob@google.com>2021-06-23 04:33:26 +0000
commita094dbe2d022473aaef78ae3667bbfd4efc2888c (patch)
tree59d21d16f7f00764c3d95d97015df792230ce1d8
parent2a212550ff3f1cc7c9c1ab618f3bde4c7f92b47b (diff)
downloadfec-a094dbe2d022473aaef78ae3667bbfd4efc2888c.tar.gz
Add ramdisk_available to init_first_stage's deps
Bug: 187196593 Test: boot Change-Id: I39693fd86b7c7f27e8845d41a939fd14472e13f5 Merged-In: I39693fd86b7c7f27e8845d41a939fd14472e13f5
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9966bd9..e3084d9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -37,6 +37,7 @@ license {
cc_library {
name: "libfec_rs",
host_supported: true,
+ ramdisk_available: true,
recovery_available: true,
srcs: [
"encode_rs_char.c",