commit | 7142721e4a77692366e06f3e47cdb09b6d3a9dd3 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Apr 03 17:23:04 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Apr 03 17:23:04 2017 +0000 |
tree | b95f8c103d34cb127b01481aec3d324348e5b808 | |
parent | 14475ca8d744b65a127a930a39fd08f466be5dcc [diff] | |
parent | dde0498b558f4d19269ce86739a51362a25c2e27 [diff] |
Merge "Switch to a shell_and_utilities phony module." am: 2aeed10a28 am: 40fa93dbf0 Change-Id: Ib58a38a624151f3e24af8fd4c3d073584d8f03ca
diff --git a/shell_and_utilities/Android.bp b/shell_and_utilities/Android.bp new file mode 100644 index 0000000..81cf315 --- /dev/null +++ b/shell_and_utilities/Android.bp
@@ -0,0 +1,13 @@ +phony { + name: "shell_and_utilities", + required: [ + "bzip2", + "grep", + "gzip", + "mkshrc", + "reboot", + "sh", + "toolbox", + "toybox", + ], +}