Merge "Switch to a shell_and_utilities phony module." am: 2aeed10a28

am: 40fa93dbf0

Change-Id: Ib58a38a624151f3e24af8fd4c3d073584d8f03ca
This commit is contained in:
Elliott Hughes 2017-04-03 17:23:04 +00:00 committed by android-build-merger
commit e96faa6ecd

View file

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