2017-03-31 06:21:36 +00:00
|
|
|
phony {
|
|
|
|
name: "shell_and_utilities",
|
2018-06-20 16:48:37 +00:00
|
|
|
required: [
|
|
|
|
"shell_and_utilities_system",
|
|
|
|
"shell_and_utilities_recovery",
|
|
|
|
"shell_and_utilities_vendor",
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
phony {
|
|
|
|
name: "shell_and_utilities_system",
|
2017-03-31 06:21:36 +00:00
|
|
|
required: [
|
2017-12-04 06:12:38 +00:00
|
|
|
"awk",
|
2017-03-31 06:21:36 +00:00
|
|
|
"bzip2",
|
|
|
|
"grep",
|
2018-04-10 21:48:21 +00:00
|
|
|
"logwrapper",
|
2019-01-31 21:46:12 +00:00
|
|
|
"mini-keyctl",
|
2017-03-31 06:21:36 +00:00
|
|
|
"mkshrc",
|
2018-06-13 20:06:16 +00:00
|
|
|
"newfs_msdos",
|
2017-03-31 06:21:36 +00:00
|
|
|
"reboot",
|
|
|
|
"sh",
|
2019-01-17 23:26:55 +00:00
|
|
|
"simpleperf",
|
2019-01-09 00:31:56 +00:00
|
|
|
"simpleperf_app_runner",
|
2018-07-27 16:31:01 +00:00
|
|
|
"tcpdump",
|
2017-03-31 06:21:36 +00:00
|
|
|
"toolbox",
|
|
|
|
"toybox",
|
2018-09-04 20:33:30 +00:00
|
|
|
"unzip",
|
2018-06-20 16:48:37 +00:00
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
phony {
|
|
|
|
name: "shell_and_utilities_recovery",
|
|
|
|
required: [
|
2018-08-01 17:35:46 +00:00
|
|
|
"grep.recovery",
|
2018-06-20 16:48:37 +00:00
|
|
|
"sh.recovery",
|
|
|
|
"toolbox.recovery",
|
2018-05-29 07:41:30 +00:00
|
|
|
"toybox.recovery",
|
2018-09-04 20:33:30 +00:00
|
|
|
"unzip.recovery",
|
2018-06-20 16:48:37 +00:00
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
phony {
|
|
|
|
name: "shell_and_utilities_vendor",
|
|
|
|
required: [
|
|
|
|
"awk_vendor",
|
|
|
|
"grep_vendor",
|
|
|
|
"logwrapper_vendor",
|
|
|
|
"mkshrc_vendor",
|
|
|
|
"sh_vendor",
|
|
|
|
"toolbox_vendor",
|
2017-05-19 20:22:51 +00:00
|
|
|
"toybox_vendor",
|
2017-03-31 06:21:36 +00:00
|
|
|
],
|
|
|
|
}
|