diff options
author | sivachandra@chromium.org <sivachandra@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-10 07:29:09 +0000 |
---|---|---|
committer | sivachandra@chromium.org <sivachandra@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-10 07:29:09 +0000 |
commit | bc3d66acddc36838555d2a1328a070d86e038284 (patch) | |
tree | e0c6f87bd814335c7cd134a79703dd9afc56dc89 /build | |
parent | a55c674acb411e67370e8eac274ca115f571b5be (diff) | |
download | chromium_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-x | build/install-build-deps-android.sh | 3 |
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 |