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

Unified Diff: DEPS

Issue 709663002: Add gclient hook to download SDK extras on bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: is_buildbot_checkout -> is_android_buildbot_checkout Created 6 years 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/download_sdk_extras.py » ('j') | build/download_sdk_extras.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 08beb0d039df999caed85ef883cfd8140b08e480..88dcd8888042f8def7953cc29c6926a5904a0d74 100644
--- a/DEPS
+++ b/DEPS
@@ -556,6 +556,16 @@ 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.
+ 'name': 'sdkextras',
+ 'pattern': '.',
+ # Make sure to add package to .gitignore in third_party/android_tools.
+ 'action': ['python', 'src/build/download_sdk_extras.py',
+ 'google_google_play_services_21.0.0'],
+ },
+ {
# Downloads the Debian Wheezy sysroot to chrome/installer/linux if needed.
# This sysroot updates at about the same rate that the chrome build deps
# change. This script is a no-op except for linux users who are doing
« no previous file with comments | « no previous file | build/download_sdk_extras.py » ('j') | build/download_sdk_extras.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698