aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Muntsinger <muntsinger@google.com>2021-08-13 00:40:56 +0000
committerTheodore Ts'o <tytso@mit.edu>2022-09-13 10:33:15 -0400
commit9892631d0426ac07aceb1939cf0430481461dd63 (patch)
tree6ce0daae4aba898c8318e665207a1d2a821dab96
parent281dcbfb1d59d0db95d4f81b8b9c275d87515ceb (diff)
downloade2fsprogs-9892631d0426ac07aceb1939cf0430481461dd63.tar.gz
AOSP: Add vendor available for libext2_blkid library
This is to support the cuttlefish f2fs/ext4 userdata filesystem. Bug: 142424832 Test: local build Change-Id: I7acb772e77d9250805e5a8a7e68f136deda7c5cb From AOSP commit: 5df70145b418f84a2d0570e106fd055dbc9d0038
-rw-r--r--lib/blkid/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/blkid/Android.bp b/lib/blkid/Android.bp
index 9e0e29144..eb5ae48a5 100644
--- a/lib/blkid/Android.bp
+++ b/lib/blkid/Android.bp
@@ -16,6 +16,7 @@ cc_library {
name: "libext2_blkid",
host_supported: true,
ramdisk_available: true,
+ vendor_available: true,
vendor_ramdisk_available: true,
recovery_available: true,
unique_host_soname: true,