From 73c2ef4b87d9437ed848bb5b973e40755959a71f Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 6 Jul 2017 22:32:35 +0000 Subject: [PATCH] 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 --- shell_and_utilities/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/shell_and_utilities/Android.bp b/shell_and_utilities/Android.bp index 6d35fedb5..9620d6353 100644 --- a/shell_and_utilities/Android.bp +++ b/shell_and_utilities/Android.bp @@ -4,7 +4,6 @@ phony { "bzip2", "grep", "grep_vendor", - "gzip", "mkshrc", "mkshrc_vendor", "reboot",