summaryrefslogtreecommitdiff
path: root/ext4_utils
diff options
context:
space:
mode:
authorInseob Kim <inseob@google.com>2021-06-14 11:55:31 +0900
committerInseob Kim <inseob@google.com>2021-06-14 11:56:57 +0900
commit4861cb19b890ce08a9481d0f347585e29affb832 (patch)
tree11cd1398bde3935f8138d258097a40e0c257d51c /ext4_utils
parent2d1905d26fa4d03456439551654ed85412dca84a (diff)
downloadextras-4861cb19b890ce08a9481d0f347585e29affb832.tar.gz
Add ramdisk_available to init_first_stage's deps
Bug: 187196593 Test: boot Change-Id: I3b4b8c4758d5e710d3c98dd138b0893a7b320601
Diffstat (limited to 'ext4_utils')
-rw-r--r--ext4_utils/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext4_utils/Android.bp b/ext4_utils/Android.bp
index 10aa765f..80f70b9a 100644
--- a/ext4_utils/Android.bp
+++ b/ext4_utils/Android.bp
@@ -20,6 +20,7 @@ license {
cc_library {
name: "libext4_utils",
host_supported: true,
+ ramdisk_available: true,
recovery_available: true,
srcs: [
"ext4_utils.cpp",