Chromium Code Reviews| Index: build/install-build-deps-android.sh |
| diff --git a/build/install-build-deps-android.sh b/build/install-build-deps-android.sh |
| index 5277a3bb76c7d31b636a4803d171f3efe66ddaba..6efaed52cd4274bbd209b143fff57812fdaa75bb 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." |