android_system_core/shell_and_utilities/Android.bp
Erik Staats 0c3b1bd2a5 Add building and installing of grep for vendor.
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
2017-06-15 15:04:41 -07:00

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",
],
}