Pull Chromium's android_tools as an android-only dependency.
This will be used by the bots to get adb and the NDK.
BUG=26
Change-Id: Iae07a380c49b4990f0aa7d73c4f0b399924b9784
Reviewed-on: https://boringssl-review.googlesource.com/7986
Reviewed-by: Adam Langley <agl@google.com>
diff --git a/util/bot/DEPS b/util/bot/DEPS
index 862c93a..2a1e01a 100644
--- a/util/bot/DEPS
+++ b/util/bot/DEPS
@@ -21,6 +21,13 @@
Var('chromium_git') + '/external/gyp.git' + '@' + '4cf07e8d616739f6484e46c9359b2a35196b2585',
}
+deps_os = {
+ 'android': {
+ 'boringssl/util/bot/android_tools':
+ Var('chromium_git') + '/android_tools.git' + '@' + '5b5f2f60b78198eaef25d442ac60f823142a8a6e',
+ },
+}
+
hooks = [
{
'name': 'cmake_linux64',
diff --git a/util/bot/UPDATING b/util/bot/UPDATING
index 543daf0..2007d46 100644
--- a/util/bot/UPDATING
+++ b/util/bot/UPDATING
@@ -1,9 +1,9 @@
This directory consumes tools from other repositories for use on the
bots. To update to newer revisions, follow these instructions:
-DEPS: Set the external/gyp.git revision to the revision used in Chromium, found at
- https://chromium.googlesource.com/chromium/src/+/master/DEPS
- (Search for 'gyp.git'.)
+DEPS: Set all revisions to those used in Chromium, found at
+ https://chromium.googlesource.com/chromium/src/+/master/DEPS (Search for the
+ corresponding repository name.)
go/bootstrap.py: Set TOOLSET_VERSION to the latest release of Go, found at
https://golang.org/dl/.