commit | 2f80ba2a45ba9ef3e9d73e6ae6ca4d061de8795a | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Mar 30 23:21:36 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Mar 31 17:42:29 2017 -0700 |
tree | c72c873fe239416f1d192f6350fe253e81f5c126 | |
parent | eeb086bb08d5525c7c18429d8206ea5d5fd8fdd2 [diff] |
Switch to a shell_and_utilities phony module. Bug: N/A Test: builds Change-Id: I700700abb4de76017a2ff811ceff19ea2ee86eb2
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", + ], +}