summaryrefslogtreecommitdiff
path: root/squashfs_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 /squashfs_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 'squashfs_utils')
-rw-r--r--squashfs_utils/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/squashfs_utils/Android.bp b/squashfs_utils/Android.bp
index 4a6fb5fa..b2d493b7 100644
--- a/squashfs_utils/Android.bp
+++ b/squashfs_utils/Android.bp
@@ -21,6 +21,7 @@ cc_library {
name: "libsquashfs_utils",
cflags: ["-Werror"],
host_supported: true,
+ ramdisk_available: true,
recovery_available: true,
srcs: [
"squashfs_utils.c",