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.