android_system_core/shell_and_utilities/Android.bp
Tom Cherry 6fb3dcaa5f Add toolbox to vendor
In preparation for adding getprop to toolbox

Test: toolbox is present in vendor
Change-Id: I8f2f7f8359902e84c14cc0c4adf349475d1d7aa7
2018-01-09 13:21:01 -08:00

19 lines
343 B
Text

phony {
name: "shell_and_utilities",
required: [
"awk",
"awk_vendor",
"bzip2",
"grep",
"grep_vendor",
"mkshrc",
"mkshrc_vendor",
"reboot",
"sh",
"sh_vendor",
"toolbox",
"toolbox_vendor",
"toybox",
"toybox_vendor",
],
}