Switch to a shell_and_utilities phony module.

(cherrypick of 8ad0e66e77c795d11e9cd5c7b576eed0da60537e.)

Bug: N/A
Test: builds
Change-Id: I700700abb4de76017a2ff811ceff19ea2ee86eb2
This commit is contained in:
Elliott Hughes 2017-03-30 23:21:36 -07:00
parent 6fb2ef1d03
commit 521d303582
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
phony {
name: "shell_and_utilities",
required: [
"bzip2",
"grep",
"gzip",
"mkshrc",
"reboot",
"sh",
"toolbox",
"toybox",
],
}