diff options
author | Elliott Hughes <enh@google.com> | 2017-03-30 23:21:36 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2017-04-03 17:14:26 +0000 |
commit | 521d3035821ce2dbeca528ab07c9cfa776b45eac (patch) | |
tree | 3506a0ebba8ad259471ce2a7734130eda5e92585 /shell_and_utilities | |
parent | 6fb2ef1d03ffad5b9253647daf0fcc6888b2aac4 (diff) | |
download | core-521d3035821ce2dbeca528ab07c9cfa776b45eac.tar.gz core-521d3035821ce2dbeca528ab07c9cfa776b45eac.tar.bz2 core-521d3035821ce2dbeca528ab07c9cfa776b45eac.zip |
Switch to a shell_and_utilities phony module.
(cherrypick of 8ad0e66e77c795d11e9cd5c7b576eed0da60537e.)
Bug: N/A
Test: builds
Change-Id: I700700abb4de76017a2ff811ceff19ea2ee86eb2
Diffstat (limited to 'shell_and_utilities')
-rw-r--r-- | shell_and_utilities/Android.bp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shell_and_utilities/Android.bp b/shell_and_utilities/Android.bp new file mode 100644 index 000000000..81cf315aa --- /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", + ], +} |