android_system_core/shell_and_utilities/Android.bp
Colin Cross 73c2ef4b87 Remove reference to deleted gzip module
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
2017-07-06 22:33:22 +00:00

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",
],
}