Merge "Switch to a shell_and_utilities phony module."

This commit is contained in:
Elliott Hughes 2017-04-03 17:15:17 +00:00 committed by Gerrit Code Review
commit 2aeed10a28
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",
],
}