Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: DEPS

Issue 1418573010: Enable downloading Google Play services via deps hook (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase on master Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/android_sdk_extras.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | build/android_sdk_extras.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698