blob: cb5c5cb952a798e0e7a4cd8e4f7cd4a15423ffbd [file] [log] [blame]
Elliott Hughes521d3032017-03-30 23:21:36 -07001phony {
2 name: "shell_and_utilities",
3 required: [
Anton Hanssonca38c792018-06-20 17:48:37 +01004 "shell_and_utilities_system",
5 "shell_and_utilities_recovery",
6 "shell_and_utilities_vendor",
7 ],
8}
9
10phony {
11 name: "shell_and_utilities_system",
12 required: [
Elliott Hughes62fc11b2017-12-03 22:12:38 -080013 "awk",
Elliott Hughes521d3032017-03-30 23:21:36 -070014 "bzip2",
15 "grep",
Elliott Hughes0b539f32018-04-10 14:48:21 -070016 "logwrapper",
Elliott Hughes521d3032017-03-30 23:21:36 -070017 "mkshrc",
Elliott Hughes76858a02018-06-13 13:06:16 -070018 "newfs_msdos",
Elliott Hughes521d3032017-03-30 23:21:36 -070019 "reboot",
20 "sh",
Yabin Cui1eb462b2019-01-17 15:26:55 -080021 "simpleperf",
Elliott Hughes88713312018-07-27 09:31:01 -070022 "tcpdump",
Elliott Hughes521d3032017-03-30 23:21:36 -070023 "toolbox",
24 "toybox",
Elliott Hughesab089332018-09-04 13:33:30 -070025 "unzip",
Anton Hanssonca38c792018-06-20 17:48:37 +010026 ],
27}
28
29phony {
30 name: "shell_and_utilities_recovery",
31 required: [
Elliott Hughes8100d052018-08-01 10:35:46 -070032 "grep.recovery",
Anton Hanssonca38c792018-06-20 17:48:37 +010033 "sh.recovery",
34 "toolbox.recovery",
Jiyong Park011ee122018-05-29 16:41:30 +090035 "toybox.recovery",
Elliott Hughesab089332018-09-04 13:33:30 -070036 "unzip.recovery",
Anton Hanssonca38c792018-06-20 17:48:37 +010037 ],
38}
39
40phony {
41 name: "shell_and_utilities_vendor",
42 required: [
43 "awk_vendor",
44 "grep_vendor",
45 "logwrapper_vendor",
46 "mkshrc_vendor",
47 "sh_vendor",
48 "toolbox_vendor",
Sandeep Patil52b20872017-05-19 13:22:51 -070049 "toybox_vendor",
Elliott Hughes521d3032017-03-30 23:21:36 -070050 ],
51}