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

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

Issue 297793005: Revert of 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: 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 c9878e4c11c3aac34e70dd57241d7d21b42d7267..7a6f32da335eef94cd848c32cad7b05157384d73 100644
--- a/scripts/slave/recipe_modules/chromium_android/example.py
+++ b/scripts/slave/recipe_modules/chromium_android/example.py
@@ -46,8 +46,6 @@
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