Commit c349c405 authored by Patrik Höglund's avatar Patrik Höglund

Only download Android SDK for android checkouts.

This should solve the bug where LUCI win bots try to download the SDK
and fails.

Bug: chromium:869249
Change-Id: I374ecf6508d6e3978559ec3251b89faaec99edd6
Reviewed-on: https://chromium-review.googlesource.com/1168500Reviewed-by: 's avatarRyan Tseng <hinoka@chromium.org>
parent eac13700
......@@ -798,6 +798,7 @@ hooks = [
# This downloads SDK extras and puts them in the
# third_party/android_tools/sdk/extras directory.
'name': 'sdkextras',
'condition': 'checkout_android',
'pattern': '.',
# When adding a new sdk extras package to download, add the package
# directory and zip file to .gitignore in third_party/android_tools.
......
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