diff options
author | jrg@google.com <jrg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-28 22:38:19 +0000 |
---|---|---|
committer | jrg@google.com <jrg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-28 22:38:19 +0000 |
commit | efb6b740495477c20a32ec59cecf5159f93ff475 (patch) | |
tree | 2ea4c051eb2490f985cb59536c4e8ccd5889c04f /build | |
parent | ee5b1f60853fe4d1106bc790f6bc266cf58c012a (diff) | |
download | chromium_src-efb6b740495477c20a32ec59cecf5159f93ff475.zip chromium_src-efb6b740495477c20a32ec59cecf5159f93ff475.tar.gz chromium_src-efb6b740495477c20a32ec59cecf5159f93ff475.tar.bz2 |
Self-install Android SDK/NDK tools on each build.
This mechanism was enabled for the FYI bot a week ago and looks good.
BUG=None
TEST=
Review URL: https://chromiumcodereview.appspot.com/9429073
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124048 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rwxr-xr-x | build/android/buildbot_main.sh | 1 | ||||
-rwxr-xr-x | build/android/buildbot_try_compile.sh | 1 | ||||
-rwxr-xr-x | build/android/buildbot_try_compile_test.sh | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/build/android/buildbot_main.sh b/build/android/buildbot_main.sh index a66a197..a5897d2 100755 --- a/build/android/buildbot_main.sh +++ b/build/android/buildbot_main.sh @@ -14,5 +14,6 @@ ROOT=$(cd "$(dirname $0)"; pwd) ## bb_force_bot_green_and_exit bb_baseline_setup "${ROOT}"/../.. +bb_install_build_deps "${ROOT}"/../.. bb_compile diff --git a/build/android/buildbot_try_compile.sh b/build/android/buildbot_try_compile.sh index 27b09fc..49a7743 100755 --- a/build/android/buildbot_try_compile.sh +++ b/build/android/buildbot_try_compile.sh @@ -13,4 +13,5 @@ ROOT=$(cd "$(dirname $0)"; pwd) ## bb_force_bot_green_and_exit bb_baseline_setup "${ROOT}"/../.. +bb_install_build_deps "${ROOT}"/../.. bb_compile diff --git a/build/android/buildbot_try_compile_test.sh b/build/android/buildbot_try_compile_test.sh index 15db16b..827c3e3 100755 --- a/build/android/buildbot_try_compile_test.sh +++ b/build/android/buildbot_try_compile_test.sh @@ -13,5 +13,6 @@ ROOT=$(cd "$(dirname $0)"; pwd) ## bb_force_bot_green_and_exit bb_baseline_setup "${ROOT}"/../.. +bb_install_build_deps "${ROOT}"/../.. bb_compile bb_run_tests |