blob: f83c43ea34849e229ebc9cd5ca2937517f10cd30 [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: [
Nick Kralevichbe5e4462019-04-09 10:59:39 -070013 "auditctl",
Elliott Hughes62fc11b2017-12-03 22:12:38 -080014 "awk",
Elliott Hughesd29f94c2019-12-11 15:58:38 -080015 "bc",
Elliott Hughes521d3032017-03-30 23:21:36 -070016 "bzip2",
Elliott Hughes82033662019-07-25 12:47:34 -070017 "ldd",
Elliott Hughes0b539f32018-04-10 14:48:21 -070018 "logwrapper",
Xiaoyong Zhoucf5dbc22019-01-31 13:46:12 -080019 "mini-keyctl",
Elliott Hughes521d3032017-03-30 23:21:36 -070020 "mkshrc",
Elliott Hughes76858a02018-06-13 13:06:16 -070021 "newfs_msdos",
Elliott Hughes521d3032017-03-30 23:21:36 -070022 "reboot",
23 "sh",
Yabin Cui1eb462b2019-01-17 15:26:55 -080024 "simpleperf",
Yabin Cuiaf3e30d2019-01-08 16:31:56 -080025 "simpleperf_app_runner",
Elliott Hughes88713312018-07-27 09:31:01 -070026 "tcpdump",
Elliott Hughes521d3032017-03-30 23:21:36 -070027 "toolbox",
28 "toybox",
Elliott Hughes26724132019-10-25 09:57:58 -070029 "ziptool",
Anton Hanssonca38c792018-06-20 17:48:37 +010030 ],
31}
32
33phony {
34 name: "shell_and_utilities_recovery",
35 required: [
36 "sh.recovery",
37 "toolbox.recovery",
Jiyong Park011ee122018-05-29 16:41:30 +090038 "toybox.recovery",
Yo Chiangdc53f4c2020-06-10 13:32:30 +080039 "ziptool.recovery",
Anton Hanssonca38c792018-06-20 17:48:37 +010040 ],
41}
42
43phony {
44 name: "shell_and_utilities_vendor",
45 required: [
46 "awk_vendor",
Anton Hanssonca38c792018-06-20 17:48:37 +010047 "logwrapper_vendor",
48 "mkshrc_vendor",
49 "sh_vendor",
50 "toolbox_vendor",
Sandeep Patil52b20872017-05-19 13:22:51 -070051 "toybox_vendor",
Elliott Hughes521d3032017-03-30 23:21:36 -070052 ],
53}