summaryrefslogtreecommitdiff
path: root/ext4_utils
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2021-07-23 16:47:46 -0700
committerDavid Anderson <dvander@google.com>2021-07-23 16:49:10 -0700
commitcd9bd90bd9cbfd1cceb0ebfddda84893e5206090 (patch)
tree2586af0ed3a267d33c8488d30c3cea4291f82248 /ext4_utils
parentefe810de08f8224f40bc88ebdf2d8fc0e1f264be (diff)
downloadextras-cd9bd90bd9cbfd1cceb0ebfddda84893e5206090.tar.gz
Make libfs_mgr dependencies vendor_ramdisk_available.
This is needed to link libfs_mgr into snapuserd. Bug: 193833730 Test: builds Change-Id: I41aec802503f8c4bd0ddcf36140afdf02f68536e
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 80f70b9a..c770d1e3 100644
--- a/ext4_utils/Android.bp
+++ b/ext4_utils/Android.bp
@@ -21,6 +21,7 @@ cc_library {
name: "libext4_utils",
host_supported: true,
ramdisk_available: true,
+ vendor_ramdisk_available: true,
recovery_available: true,
srcs: [
"ext4_utils.cpp",