summaryrefslogtreecommitdiff
path: root/ext4_utils
diff options
context:
space:
mode:
authorFelka Chang <felkachang@google.com>2020-05-04 15:51:27 +0800
committerDario Freni <dariofreni@google.com>2020-10-27 14:18:37 +0000
commitde59db4d503030191325079c9961aa64a2826cca (patch)
tree76ab785f2945db4e1c765cb177684c7e37724c5f /ext4_utils
parent6a8d882609d05b4ac20e4dbf0652025288ac433f (diff)
downloadextras-de59db4d503030191325079c9961aa64a2826cca.tar.gz
Make the mke2fs.conf can be included by the others
apexer use mke2fs, e2fsdroid and resize2fs to package image files. And, all of mke2fs, e2fsdroid and resize2fs depend on MKE2FS_CONF environment variable. The pack process should make sure the whole process use the same configuration. Test: atest --host apexer_test Test: out/host/linux-x86/nativetest64/apexer_test/apexer_test Bug: 148659029 Change-Id: I1ae673e324e7ea5e43ace43d120c4c46b8b3d041 Merged-In: I1ae673e324e7ea5e43ace43d120c4c46b8b3d041 (cherry picked from commit 836032e26dd96aa8b3c3dc9f99304350e1a7424f)
Diffstat (limited to 'ext4_utils')
-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"],