From 49b5038b77154b294a8edf5750d78d5192356da9 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Sun, 13 Nov 2016 14:19:25 +0900 Subject: [PATCH] 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 Commit-Queue: David Benjamin --- util/bot/DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/bot/DEPS b/util/bot/DEPS index 81432274..0452d552 100644 --- a/util/bot/DEPS +++ b/util/bot/DEPS @@ -28,7 +28,7 @@ deps_os = { }, } -recurse_deps = [ +recursedeps = [ # android_tools pulls in the NDK from a separate repository. 'boringssl/util/bot/android_tools', ]