summaryrefslogtreecommitdiffstats
path: root/build/install-build-deps-android.sh
diff options
context:
space:
mode:
authorjrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-24 03:57:36 +0000
committerjrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-24 03:57:36 +0000
commit9713fa838364257affc9e863a4f842f044fa0c20 (patch)
tree9b80df03f33c22e2fae2eecc7051a7ac1ddffbad /build/install-build-deps-android.sh
parent27cc5a09bba00e877f8815d592d0ba955f62002b (diff)
downloadchromium_src-9713fa838364257affc9e863a4f842f044fa0c20.zip
chromium_src-9713fa838364257affc9e863a4f842f044fa0c20.tar.gz
chromium_src-9713fa838364257affc9e863a4f842f044fa0c20.tar.bz2
apk-based test runner work. Not enabled yet. This CL is a combination of upstreaming, ndk/ant-ification, and other tweaks.
BUG=None TEST= Review URL: http://codereview.chromium.org/9834037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128679 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/install-build-deps-android.sh')
-rwxr-xr-xbuild/install-build-deps-android.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/install-build-deps-android.sh b/build/install-build-deps-android.sh
index 5277a3b..6efaed5 100755
--- a/build/install-build-deps-android.sh
+++ b/build/install-build-deps-android.sh
@@ -71,6 +71,6 @@ then
fi
# Install ant
-sudo apt-get install ant
+sudo apt-get install ant1.8
echo "install-build-deps-android.sh complete."