android_system_core/shell_and_utilities/Android.bp
Elliott Hughes ab08933f97 Make unzip available.
Bug: N/A
Test: N/A
Change-Id: I7f7a2e5d494536e5eb5f5e8744af224f31351c15
2018-09-04 13:33:30 -07:00

50 lines
922 B
Text

phony {
name: "shell_and_utilities",
required: [
"shell_and_utilities_system",
"shell_and_utilities_recovery",
"shell_and_utilities_vendor",
],
}
phony {
name: "shell_and_utilities_system",
required: [
"awk",
"bzip2",
"grep",
"logwrapper",
"mkshrc",
"newfs_msdos",
"reboot",
"sh",
"tcpdump",
"toolbox",
"toybox",
"unzip",
],
}
phony {
name: "shell_and_utilities_recovery",
required: [
"grep.recovery",
"sh.recovery",
"toolbox.recovery",
"toybox.recovery",
"unzip.recovery",
],
}
phony {
name: "shell_and_utilities_vendor",
required: [
"awk_vendor",
"grep_vendor",
"logwrapper_vendor",
"mkshrc_vendor",
"sh_vendor",
"toolbox_vendor",
"toybox_vendor",
],
}