commit | 40fa93dbf034a4ac1b53b033f8b9d92384a4b023 | [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 | fc2ead70cda9f9c885aeb008c50f5fff2968f08c [diff] | |
parent | 2aeed10a28020082c386c0bb5a3368ac9454c2b7 [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", + ], +}