summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerikcorry@chromium.org <erikcorry@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-19 20:10:06 +0000
committererikcorry@chromium.org <erikcorry@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-19 20:11:13 +0000
commit36cd20ae0fce0d835b7cc9e1aa5a838dc7a69212 (patch)
tree1e95e335690f4cfb649c3a6999696b6fd6394e21
parente10b64c82266d9606feda244ae93ef27ee0f5b3b (diff)
downloadchromium_src-36cd20ae0fce0d835b7cc9e1aa5a838dc7a69212.zip
chromium_src-36cd20ae0fce0d835b7cc9e1aa5a838dc7a69212.tar.gz
chromium_src-36cd20ae0fce0d835b7cc9e1aa5a838dc7a69212.tar.bz2
Fix install-build-deps-android for Trusty
BUG= Review URL: https://codereview.chromium.org/463353004 Cr-Commit-Position: refs/heads/master@{#290646} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290646 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-xbuild/install-build-deps-android.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/install-build-deps-android.sh b/build/install-build-deps-android.sh
index ae46fa2..f5d288a 100755
--- a/build/install-build-deps-android.sh
+++ b/build/install-build-deps-android.sh
@@ -47,6 +47,11 @@ 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
+# On Trusty-based systems you can't compile V8's mksnapshot without this one.
+# It is compiled for the host, using the -m32 flag, so it needs some 32 bit
+# development support. It seems harmless on older Linux releases.
+sudo apt-get -y install linux-libc-dev:i386
+
sudo apt-get -y install ant
# Install openjdk and openjre 7 stuff