commit | 73c2ef4b87d9437ed848bb5b973e40755959a71f | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Jul 06 22:32:35 2017 +0000 |
committer | Colin Cross <ccross@android.com> | Thu Jul 06 22:33:22 2017 +0000 |
tree | 244b7a6f539aa4ec3e53d1c5b3ba6b824b6955bf | |
parent | c31963b5c255d57e162f4666f80b438ac74413ac [diff] |
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
diff --git a/shell_and_utilities/Android.bp b/shell_and_utilities/Android.bp index 6d35fed..9620d63 100644 --- a/shell_and_utilities/Android.bp +++ b/shell_and_utilities/Android.bp
@@ -4,7 +4,6 @@ "bzip2", "grep", "grep_vendor", - "gzip", "mkshrc", "mkshrc_vendor", "reboot",