Bug: 38240024 Test: Verified that grep is installed in /vendor/bin. See details in testing done comment in https://android-review.googlesource.com/412061 . Change-Id: I06007014779310bc24c65f7343111c5217ba6ff0
17 lines
296 B
Text
17 lines
296 B
Text
phony {
|
|
name: "shell_and_utilities",
|
|
required: [
|
|
"bzip2",
|
|
"grep",
|
|
"grep_vendor",
|
|
"gzip",
|
|
"mkshrc",
|
|
"mkshrc_vendor",
|
|
"reboot",
|
|
"sh",
|
|
"sh_vendor",
|
|
"toolbox",
|
|
"toybox",
|
|
"toybox_vendor",
|
|
],
|
|
}
|