commit | cbba86136ad9c24a5f8ad955654bef7ca05b242c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Apr 03 17:15:17 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Apr 03 17:15:17 2017 +0000 |
tree | 616dcf40aeb0a3086a5536fd28d976eb592c8edc | |
parent | c88eb4764a926b499977b7cc055cc3422ca905cf [diff] | |
parent | 9a44527be9707995217f714a936ca0326422365e [diff] |
Merge "Switch to a shell_and_utilities phony module."
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", + ], +}