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

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: Fix assignment to rc and check for android_tools/sdk/extras dir. Created 6 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/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 6fe932dbcc62b48cafdde3aee18b9c2cff508d8d..a9e04f42ccad066c1bcd45d5b17dc549a5afe7c9 100644
--- a/DEPS
+++ b/DEPS
@@ -550,6 +550,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.
+ 'name': 'sdkextras',
+ 'pattern': '.',
+ 'action': ['python', 'src/build/download_sdk_extras.py',
nyquist 2014/11/25 20:08:26 Would this overwrite what's already in the checkou
navabi 2014/11/25 20:40:49 Yes it will. Because it uses rsync, so it will syn
+ 'google_google_play_services_21.0.0'],
nyquist 2014/11/26 04:34:51 does this directory structure have to be flattened
navabi 2014/11/26 18:52:35 Sorry Tommy, but I don't know what you mean. The
nyquist 2014/11/26 19:15:51 Sorry. Okay; my thought was keeping a folder in th
+ },
+ {
# 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