commit | dde0498b558f4d19269ce86739a51362a25c2e27 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Apr 03 17:19:28 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Apr 03 17:19:28 2017 +0000 |
tree | b95f8c103d34cb127b01481aec3d324348e5b808 | |
parent | bf2792196504d13be0168acc53c1e7f43b08fe2b [diff] | |
parent | cbba86136ad9c24a5f8ad955654bef7ca05b242c [diff] |
Merge "Switch to a shell_and_utilities phony module." am: 2aeed10a28 Change-Id: Id1a3cd08ad08793c49d1f8618b87ae9712619196
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", + ], +}