summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2021-09-15 00:12:00 -0700
committerDan Willemsen <dwillemsen@google.com>2021-10-12 19:22:52 -0700
commit466845d26f9b69f1d5c70c4f120d6caba9d30835 (patch)
tree5806d9b4b796633d472c58d246a83a3d733eeba5
parent0452f9d10fddc5fcffc9b84644567e74cef436de (diff)
downloadextras-466845d26f9b69f1d5c70c4f120d6caba9d30835.tar.gz
Expose mke2fs.conf to platform-tools sdk-repo build
It either needs to use this file this filegroup, or we'd need to move the host definition to Android.bp (but it installs in the "wrong" directory according to Soong). Bug: 187222815 Change-Id: I5098f77d04738999c3ddba2b647678e6aff22eb1
-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 c770d1e3..b156780f 100644
--- a/ext4_utils/Android.bp
+++ b/ext4_utils/Android.bp
@@ -101,6 +101,7 @@ filegroup {
"mke2fs.conf",
],
visibility: [
+ "//development/build",
"//system/apex/apexer",
],
}