summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorsivachandra@chromium.org <sivachandra@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-10 07:29:09 +0000
committersivachandra@chromium.org <sivachandra@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-10 07:29:09 +0000
commitbc3d66acddc36838555d2a1328a070d86e038284 (patch)
treee0c6f87bd814335c7cd134a79703dd9afc56dc89 /build
parenta55c674acb411e67370e8eac274ca115f571b5be (diff)
downloadchromium_src-bc3d66acddc36838555d2a1328a070d86e038284.zip
chromium_src-bc3d66acddc36838555d2a1328a070d86e038284.tar.gz
chromium_src-bc3d66acddc36838555d2a1328a070d86e038284.tar.bz2
[Android] Install required 32-bit libs via install-build-deps-android.sh.
BUG=178363 NOTRY=True Review URL: https://chromiumcodereview.appspot.com/22623006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216821 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-xbuild/install-build-deps-android.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/install-build-deps-android.sh b/build/install-build-deps-android.sh
index d8bc11a..f6b445b 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 -y install lib32z1 g++-multilib
+
if /usr/bin/lsb_release -r -s | grep -q "12."; then
# Ubuntu 12.x
sudo apt-get -y install ant