The gzip module was removed and replaced with an implementation in toybox. Remove the required modules reference. Bug: 63400769 Change-Id: I032d7ddc59105b3c6fb87084983266655772756a Test: m -j checkbuild
16 lines
280 B
Text
16 lines
280 B
Text
phony {
|
|
name: "shell_and_utilities",
|
|
required: [
|
|
"bzip2",
|
|
"grep",
|
|
"grep_vendor",
|
|
"mkshrc",
|
|
"mkshrc_vendor",
|
|
"reboot",
|
|
"sh",
|
|
"sh_vendor",
|
|
"toolbox",
|
|
"toybox",
|
|
"toybox_vendor",
|
|
],
|
|
}
|