Add install script for ant/java for Android and rename sdk install script.
commitc4fabbc3ef6602974c2b5922ef7548c6038db07d
authornavabi@google.com <navabi@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 7 Mar 2012 02:22:18 +0000 (7 02:22 +0000)
committernavabi@google.com <navabi@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 7 Mar 2012 02:22:18 +0000 (7 02:22 +0000)
tree8e9888c049c974ffa4366092fb590b3872571c7c
parent19d163529c071754dd7bd31cc0d62f32e66632de
Add install script for ant/java for Android and rename sdk install script.

As we upstream Java source code, the upstream bots and developers need to hava
java and ant.  Ant is used to build the java source code.  Installing ant/java
requires sudo privileges which installation of sdk/ndk does not require.  The
patch moves the install script for sdk/ndk to install-build-deps-android-sdk.sh.
The new install script for ant/java is called install-ubild-deps-android.sh and
will prompt the user for sudo password.

BUG=http://code.google.com/p/chromium/issues/detail?id=117023
TEST=

Review URL: http://codereview.chromium.org/9605020

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125297 0039d316-1c4b-4281-b951-d872f2087c98
build/android/buildbot_functions.sh
build/android/envsetup.sh
build/install-build-deps-android-sdk.sh [copied from build/install-build-deps-android.sh with 100% similarity]
build/install-build-deps-android.sh