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

Unified Diff: scripts/slave/recipes/android/builder.py

Issue 2282913002: Delete all references to GIT_MODE=True from build (Closed)
Patch Set: Created 4 years, 4 months 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 | « scripts/slave/recipe_modules/webrtc/api.py ('k') | scripts/slave/recipes/android/perf.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/android/builder.py
diff --git a/scripts/slave/recipes/android/builder.py b/scripts/slave/recipes/android/builder.py
index daec7765a9482041dcd7afead0aaffe31bc896a6..b6fbf0e4cd2364cd78818adce080c7ba7b18d9f6 100644
--- a/scripts/slave/recipes/android/builder.py
+++ b/scripts/slave/recipes/android/builder.py
@@ -184,7 +184,7 @@ def _RunStepsInternal(api, mastername, buildername, revision):
api.chromium.set_config(bot_config['recipe_config'], **default_kwargs)
droid.c.set_val({'deps_file': 'DEPS'})
- api.gclient.set_config('chromium', GIT_MODE=True)
+ api.gclient.set_config('chromium')
for c in bot_config.get('gclient_apply_config', []):
api.gclient.apply_config(c)
« no previous file with comments | « scripts/slave/recipe_modules/webrtc/api.py ('k') | scripts/slave/recipes/android/perf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698