android_system_core/shell_and_utilities/Android.bp
Elliott Hughes 8100d05778 Move back to BSD grep, and make it available for recovery too.
Bug: http://b/111849261
Bug: https://bugs.exim.org/show_bug.cgi?id=2294
Test: manual
Change-Id: Ia4f67b9f803c4f039d170f6d015a1bd2bb0ef23d
2018-08-01 10:35:46 -07:00

48 lines
879 B
Text

phony {
name: "shell_and_utilities",
required: [
"shell_and_utilities_system",
"shell_and_utilities_recovery",
"shell_and_utilities_vendor",
],
}
phony {
name: "shell_and_utilities_system",
required: [
"awk",
"bzip2",
"grep",
"logwrapper",
"mkshrc",
"newfs_msdos",
"reboot",
"sh",
"tcpdump",
"toolbox",
"toybox",
],
}
phony {
name: "shell_and_utilities_recovery",
required: [
"grep.recovery",
"sh.recovery",
"toolbox.recovery",
"toybox.recovery",
],
}
phony {
name: "shell_and_utilities_vendor",
required: [
"awk_vendor",
"grep_vendor",
"logwrapper_vendor",
"mkshrc_vendor",
"sh_vendor",
"toolbox_vendor",
"toybox_vendor",
],
}