In preparation for adding getprop to toolbox Test: toolbox is present in vendor Change-Id: I8f2f7f8359902e84c14cc0c4adf349475d1d7aa7
19 lines
343 B
Text
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",
|
|
],
|
|
}
|