Commit 4f140d7e authored by John Budorick's avatar John Budorick Committed by Commit Bot

recipes: add ndk_next gclient config.

This adds an ndk_next gclient configuration to allow bots to use the
upcoming version of the Android NDK.

BUG=668202

Change-Id: I403e398094f4215cdb3783b68f465323264ca1ee
Reviewed-on: https://chromium-review.googlesource.com/414184
Commit-Queue: John Budorick <jbudorick@chromium.org>
Reviewed-by: 's avatarStephen Martinis <martiniss@chromium.org>
Reviewed-by: 's avatarMike Stipicevic <stip@chromium.org>
parent c850b961
......@@ -591,3 +591,8 @@ def chromedriver(c):
c.solutions[0].custom_deps[
'src/chrome/test/chromedriver/third_party/java_tests'] = (
ChromiumGitURL(c, 'chromium', 'deps', 'webdriver'))
@config_ctx()
def ndk_next(c):
c.revisions['src/third_party/android_tools/ndk'] = 'origin/next'
......@@ -42,6 +42,7 @@ TEST_CONFIGS = [
'master_deps',
'mojo',
'nacl',
'ndk_next',
'pdfium',
'perf',
'recipes_py',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment