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>
This commit is contained in:
David Benjamin 2016-11-13 14:19:25 +09:00
parent eab773a8aa
commit 49b5038b77

View File

@ -28,7 +28,7 @@ deps_os = {
},
}
recurse_deps = [
recursedeps = [
# android_tools pulls in the NDK from a separate repository.
'boringssl/util/bot/android_tools',
]