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

Unified Diff: scripts/slave/recipe_modules/chromium_android/example.py

Issue 296723004: Simplified android_builder and moved internal-only methods to internal module (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase Created 6 years, 7 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/recipe_modules/chromium_android/example.py
diff --git a/scripts/slave/recipe_modules/chromium_android/example.py b/scripts/slave/recipe_modules/chromium_android/example.py
index 7a6f32da335eef94cd848c32cad7b05157384d73..c9878e4c11c3aac34e70dd57241d7d21b42d7267 100644
--- a/scripts/slave/recipe_modules/chromium_android/example.py
+++ b/scripts/slave/recipe_modules/chromium_android/example.py
@@ -46,6 +46,8 @@ def GenSteps(api):
yield api.chromium_android.envsetup()
yield api.chromium_android.runhooks()
yield api.chromium_android.compile()
+ yield api.chromium_android.git_number()
+ yield api.chromium_android.upload_build_for_tester()
yield api.adb.root_devices()
yield api.chromium_android.spawn_logcat_monitor()

Powered by Google App Engine
This is Rietveld 408576698