Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e650c3a
)
AOSP: Require mke2fs.conf when building mke2fs
author
Jin Qian
<jinqian@google.com>
Wed, 7 Jun 2017 19:39:18 +0000
(12:39 -0700)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 26 Feb 2018 17:22:49 +0000
(12:22 -0500)
make sure mke2fs.conf is copied to /etc so that mke2fs can find it
when running on device.
Bug:
35219933
Change-Id: I400cd21ea3b643469e89bb9bb6cd1536a090598a
From AOSP commit:
a86e4d29450668be7bc36f4450e6948bd95b39d8
misc/Android.bp
patch
|
blob
|
history
diff --git
a/misc/Android.bp
b/misc/Android.bp
index
ae7d9b6
..
5fc8702
100644
(file)
--- a/
misc/Android.bp
+++ b/
misc/Android.bp
@@
-31,6
+31,9
@@
cc_binary {
"mk_hugefiles.c",
"default_profile.c",
],
+ required: [
+ "mke2fs.conf",
+ ],
cflags: ["-W", "-Wall", "-Wno-macro-redefined"],
shared_libs: [
"libext2fs",