diff options
author | pschmidt@google.com <pschmidt@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-28 00:20:26 +0000 |
---|---|---|
committer | pschmidt@google.com <pschmidt@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-28 00:20:26 +0000 |
commit | be8234b6aa27d51910c61e55bf6135111afd0e6c (patch) | |
tree | 099c6eb910d83b43664d6aaf5317122c68869d27 /build/install-build-deps-android.sh | |
parent | de1bbd14adc9eaf94e578fb2306eec76a56db421 (diff) | |
download | chromium_src-be8234b6aa27d51910c61e55bf6135111afd0e6c.zip chromium_src-be8234b6aa27d51910c61e55bf6135111afd0e6c.tar.gz chromium_src-be8234b6aa27d51910c61e55bf6135111afd0e6c.tar.bz2 |
Fix up installation of ant package
R=friedman@google.com, navabi@google.com
Review URL: https://codereview.chromium.org/302553010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273085 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/install-build-deps-android.sh')
-rwxr-xr-x | build/install-build-deps-android.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/install-build-deps-android.sh b/build/install-build-deps-android.sh index 0cad261..9d83019 100755 --- a/build/install-build-deps-android.sh +++ b/build/install-build-deps-android.sh @@ -47,7 +47,7 @@ sudo apt-get -y install checkstyle 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 -sudo apt-get -y install ant1.8 +sudo apt-get -y install ant # Install openjdk and openjre 7 stuff sudo apt-get -y install openjdk-7-jre openjdk-7-jdk |