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

Unified Diff: scripts/slave/recipes/dart/dartium_android_builder.py

Issue 1694383003: build: Bot_update refactor recipe roll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Disable for cronet and swarming Created 4 years, 10 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
Index: scripts/slave/recipes/dart/dartium_android_builder.py
diff --git a/scripts/slave/recipes/dart/dartium_android_builder.py b/scripts/slave/recipes/dart/dartium_android_builder.py
index 4a17ed4d6c19e23898498a4f6e396ccb82d79563..f5f649ca66c40c5c098f47b9c291fe6000205692 100644
--- a/scripts/slave/recipes/dart/dartium_android_builder.py
+++ b/scripts/slave/recipes/dart/dartium_android_builder.py
@@ -28,7 +28,7 @@ def RunSteps(api):
api.chromium_android.c.revision = revision
api.chromium_android.c.revisions['src/dart'] = revision
- api.chromium_android.init_and_sync()
+ api.chromium_android.init_and_sync(use_bot_update=False)
# TODO(iannucci): Remove when dartium syncs chromium to >= crrev.com/252649
api.chromium.runhooks(env={'GYP_CROSSCOMPILE': "1"})
api.chromium.compile(targets=['content_shell_apk'])

Powered by Google App Engine
This is Rietveld 408576698