commit | 8ad42b0b508e205c9a97708a73e7acda69e9f95e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Apr 03 14:51:40 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Apr 03 14:51:41 2017 +0000 |
tree | e125a8f07c82e35914f6876af22e4900ef1597b8 | |
parent | daee3e582abfd90772d3159bb6cf56ff7c046931 [diff] | |
parent | 8ad0e66e77c795d11e9cd5c7b576eed0da60537e [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", + ], +}