2021-02-17 03:02:14 +00:00
|
|
|
package {
|
|
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
|
|
}
|
|
|
|
|
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: [
|
2019-04-09 17:59:39 +00:00
|
|
|
"auditctl",
|
2017-12-04 06:12:38 +00:00
|
|
|
"awk",
|
2019-12-11 23:58:38 +00:00
|
|
|
"bc",
|
2017-03-31 06:21:36 +00:00
|
|
|
"bzip2",
|
2021-05-19 23:39:26 +00:00
|
|
|
"fsck.exfat",
|
2019-07-25 19:47:34 +00:00
|
|
|
"ldd",
|
2018-04-10 21:48:21 +00:00
|
|
|
"logwrapper",
|
2019-01-31 21:46:12 +00:00
|
|
|
"mini-keyctl",
|
2021-05-19 23:39:26 +00:00
|
|
|
"mkfs.exfat",
|
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",
|
2021-11-08 20:45:46 +00:00
|
|
|
"settaskprofile",
|
2017-03-31 06:21:36 +00:00
|
|
|
"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",
|
2019-10-25 16:57:58 +00:00
|
|
|
"ziptool",
|
2018-06-20 16:48:37 +00:00
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
phony {
|
|
|
|
name: "shell_and_utilities_recovery",
|
|
|
|
required: [
|
|
|
|
"sh.recovery",
|
|
|
|
"toolbox.recovery",
|
2018-05-29 07:41:30 +00:00
|
|
|
"toybox.recovery",
|
2020-06-10 05:32:30 +00:00
|
|
|
"ziptool.recovery",
|
2018-06-20 16:48:37 +00:00
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
phony {
|
|
|
|
name: "shell_and_utilities_vendor",
|
|
|
|
required: [
|
|
|
|
"awk_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
|
|
|
],
|
|
|
|
}
|
2020-10-22 00:26:08 +00:00
|
|
|
|
|
|
|
// shell and utilities for first stage console. The list of binaries are
|
|
|
|
// enough for debugging purposes.
|
|
|
|
phony {
|
|
|
|
name: "shell_and_utilities_vendor_ramdisk",
|
|
|
|
required: [
|
|
|
|
"sh.vendor_ramdisk",
|
|
|
|
"toybox.vendor_ramdisk",
|
|
|
|
],
|
|
|
|
}
|