Merge "Switch to a shell_and_utilities phony module."

am: 2aeed10a28

Change-Id: Id1a3cd08ad08793c49d1f8618b87ae9712619196
This commit is contained in:
Elliott Hughes 2017-04-03 17:19:28 +00:00 committed by android-build-merger
commit 40fa93dbf0

View file

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