Index: build/install-build-deps-android.sh |
diff --git a/build/install-build-deps-android.sh b/build/install-build-deps-android.sh |
index 9d8301933e739514f296b8b5240b4b08add55697..ae46fa24a14a2888a6e1e27e04679723c128c514 100755 |
--- a/build/install-build-deps-android.sh |
+++ b/build/install-build-deps-android.sh |
@@ -42,7 +42,7 @@ sudo apt-get -f install |
# be installed manually on late-model versions. |
# common |
-sudo apt-get -y install checkstyle lighttpd python-pexpect xvfb x11-utils |
+sudo apt-get -y install lighttpd python-pexpect xvfb x11-utils |
# Few binaries in the Android SDK require 32-bit libraries on the host. |
sudo apt-get -y install lib32z1 g++-multilib |