From c349c405a4440e7e854b09fd9f2e468c88cbafa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20H=C3=B6glund?= Date: Thu, 9 Aug 2018 10:49:06 +0200 Subject: [PATCH] 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/1168500 Reviewed-by: Ryan Tseng --- DEPS | 1 + 1 file changed, 1 insertion(+) diff --git a/DEPS b/DEPS index 2dd0bf46c..6484d9952 100644 --- a/DEPS +++ b/DEPS @@ -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.