Index: build/install-build-deps-android.sh |
diff --git a/build/install-build-deps-android.sh b/build/install-build-deps-android.sh |
index d8bc11a7f7a3242bfe094382b198832f6250bc2b..230ca4962c5886a515ca8de3d7754783d8908e8a 100755 |
--- a/build/install-build-deps-android.sh |
+++ b/build/install-build-deps-android.sh |
@@ -46,6 +46,9 @@ sudo apt-get -f install |
# common |
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 install -qq --assume-yes lib32z1 g++-multilib |
Isaac (away)
2013/08/09 01:57:27
why use different apt-get options here?
Siva Chandra
2013/08/09 20:35:47
I used the options which were used in install-buil
|
+ |
if /usr/bin/lsb_release -r -s | grep -q "12."; then |
# Ubuntu 12.x |
sudo apt-get -y install ant |