commit | 49b5038b77154b294a8edf5750d78d5192356da9 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Sun Nov 13 14:19:25 2016 +0900 |
committer | David Benjamin <davidben@google.com> | Sun Nov 13 05:27:28 2016 +0000 |
tree | eaf34052fcb06f1d2463f238b174d7570b2f9325 | |
parent | eab773a8aa0c421e9c65f6a115306f2cecf9dfa0 [diff] |
Speculative fix to Android bots. It's recursedeps, not recurse_deps. Change-Id: I2c5cb293c5928ef5202ee18db5541712e5b012e6 Reviewed-on: https://boringssl-review.googlesource.com/12235 Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: David Benjamin <davidben@google.com>
diff --git a/util/bot/DEPS b/util/bot/DEPS index 8143227..0452d55 100644 --- a/util/bot/DEPS +++ b/util/bot/DEPS
@@ -28,7 +28,7 @@ }, } -recurse_deps = [ +recursedeps = [ # android_tools pulls in the NDK from a separate repository. 'boringssl/util/bot/android_tools', ]