summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext4_utils/Android.bp11
1 files changed, 11 insertions, 0 deletions
diff --git a/ext4_utils/Android.bp b/ext4_utils/Android.bp
index 4efecf7d..d528d2ca 100644
--- a/ext4_utils/Android.bp
+++ b/ext4_utils/Android.bp
@@ -75,6 +75,17 @@ prebuilt_etc {
src: "mke2fs.conf",
}
+// TODO(b/157625953): Can't embedded into the other package because of missing variant
+filegroup {
+ name: "mke2fs_conf",
+ srcs: [
+ "mke2fs.conf",
+ ],
+ visibility: [
+ "//system/apex/apexer",
+ ],
+}
+
cc_binary_host {
name: "blk_alloc_to_base_fs",
srcs: ["blk_alloc_to_base_fs.cpp"],