summaryrefslogtreecommitdiff
path: root/libfscrypt
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 /libfscrypt
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 'libfscrypt')
-rw-r--r--libfscrypt/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libfscrypt/Android.bp b/libfscrypt/Android.bp
index 343ccef3..53091d8f 100644
--- a/libfscrypt/Android.bp
+++ b/libfscrypt/Android.bp
@@ -20,6 +20,7 @@ license {
cc_library {
name: "libfscrypt",
ramdisk_available: true,
+ vendor_ramdisk_available: true,
recovery_available: true,
srcs: [
"fscrypt.cpp",