Index: DEPS |
diff --git a/DEPS b/DEPS |
index 28c1c958411317a4540b9b358f54246b0eb67e2d..1d0fb28b18986707b0346953d0c704f620861a34 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -540,13 +540,15 @@ hooks = [ |
}, |
{ |
# This downloads SDK extras and puts them in the |
- # third_party/android_tools/sdk/extras directory on the bots. Developers |
- # need to manually install these packages and accept the ToS. |
+ # third_party/android_tools/sdk/extras directory. |
'name': 'sdkextras', |
'pattern': '.', |
# When adding a new sdk extras package to download, add the package |
# directory and zip file to .gitignore in third_party/android_tools. |
- 'action': ['python', 'src/build/download_sdk_extras.py'], |
+ 'action': ['python', |
+ 'src/build/android/play_services/update.py', |
+ 'download' |
+ ], |
}, |
{ |
# Downloads the current stable linux sysroot to build/linux/ if needed. |