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:
parent
eab773a8aa
commit
49b5038b77
@ -28,7 +28,7 @@ deps_os = {
|
||||
},
|
||||
}
|
||||
|
||||
recurse_deps = [
|
||||
recursedeps = [
|
||||
# android_tools pulls in the NDK from a separate repository.
|
||||
'boringssl/util/bot/android_tools',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user