TARGET module shell_and_utilities_recovery requires non-existent: unzip.recovery This should be referring to the "ziptool" module. "unzip" is a symlink installed by "ziptool". Bug: 7456955 Test: TH; boot/ramdisk/system/bin/ziptool installed in /boot partition Change-Id: Ib9edf9c17b4dfdebdb8719fb7b9244fca6133f6d
53 lines
989 B
Text
53 lines
989 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: [
|
|
"auditctl",
|
|
"awk",
|
|
"bc",
|
|
"bzip2",
|
|
"ldd",
|
|
"logwrapper",
|
|
"mini-keyctl",
|
|
"mkshrc",
|
|
"newfs_msdos",
|
|
"reboot",
|
|
"sh",
|
|
"simpleperf",
|
|
"simpleperf_app_runner",
|
|
"tcpdump",
|
|
"toolbox",
|
|
"toybox",
|
|
"ziptool",
|
|
],
|
|
}
|
|
|
|
phony {
|
|
name: "shell_and_utilities_recovery",
|
|
required: [
|
|
"sh.recovery",
|
|
"toolbox.recovery",
|
|
"toybox.recovery",
|
|
"ziptool.recovery",
|
|
],
|
|
}
|
|
|
|
phony {
|
|
name: "shell_and_utilities_vendor",
|
|
required: [
|
|
"awk_vendor",
|
|
"logwrapper_vendor",
|
|
"mkshrc_vendor",
|
|
"sh_vendor",
|
|
"toolbox_vendor",
|
|
"toybox_vendor",
|
|
],
|
|
}
|