commit | 041f849548397803e2f458fd08d5e7b98909c8e4 | [log] [tgz] |
---|---|---|
author | Jin Qian <jinqian@google.com> | Thu Jul 06 11:43:45 2017 -0700 |
committer | Jin Qian <jinqian@google.com> | Thu Jul 06 11:45:06 2017 -0700 |
tree | 47504c23fc42bb7831fc7d2984da07b4b703e76f | |
parent | 3b15f44041dff58fc60678cac9dab675ab7c0fd0 [diff] [blame] |
init: require e2fsdroid and mke2fs when building init init calls fs_mgr to format ext4 partitions. This requires e2fsdroid and mke2fs in /system/bin/ Bug: 35219933 Change-Id: Ia32fe438cd9b9332f8e18e0cbe7f61bd050adcb1
diff --git a/init/Android.bp b/init/Android.bp index af1e9d3..5d6d979 100644 --- a/init/Android.bp +++ b/init/Android.bp
@@ -95,6 +95,10 @@ name: "init", defaults: ["init_defaults"], + required: [ + "e2fsdroid", + "mke2fs", + ], static_executable: true, srcs: [ "bootchart.cpp",