From efb6b740495477c20a32ec59cecf5159f93ff475 Mon Sep 17 00:00:00 2001
From: "jrg@google.com" <jrg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Tue, 28 Feb 2012 22:38:19 +0000
Subject: 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
---
 build/android/buildbot_main.sh             | 1 +
 build/android/buildbot_try_compile.sh      | 1 +
 build/android/buildbot_try_compile_test.sh | 1 +
 3 files changed, 3 insertions(+)

(limited to 'build')

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
-- 
cgit v1.1