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',
 ]