diff options
author | Colin Cross <ccross@android.com> | 2017-07-06 22:32:35 +0000 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2017-07-06 22:33:22 +0000 |
commit | 73c2ef4b87d9437ed848bb5b973e40755959a71f (patch) | |
tree | 244b7a6f539aa4ec3e53d1c5b3ba6b824b6955bf | |
parent | c31963b5c255d57e162f4666f80b438ac74413ac (diff) | |
download | core-73c2ef4b87d9437ed848bb5b973e40755959a71f.tar.gz core-73c2ef4b87d9437ed848bb5b973e40755959a71f.tar.bz2 core-73c2ef4b87d9437ed848bb5b973e40755959a71f.zip |
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
-rw-r--r-- | shell_and_utilities/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
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", |