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>
This commit is contained in:
David Benjamin 2016-05-19 00:33:41 -04:00 committed by Adam Langley
parent 75021b747f
commit 3ccf4d6d65
2 changed files with 10 additions and 3 deletions

View File

@ -21,6 +21,13 @@ deps = {
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',

View File

@ -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/.