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

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

Issue 1855663002: Make android's run_instrumentation_suite() use generated wrapper scripts (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@wrapper-1
Patch Set: coverage :( Created 4 years, 8 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 8d5d08468e1da3288618a66cd22576a1055fb2cb..d93032f27687eca4df06941a0b0ecdd6d96346a8 100644
--- a/scripts/slave/recipe_modules/chromium_android/example.py
+++ b/scripts/slave/recipe_modules/chromium_android/example.py
@@ -189,6 +189,7 @@ def RunSteps(api, buildername):
host_driven_root=api.path['checkout'].join('chrome', 'test'),
timeout_scale=config.get('timeout_scale'),
strict_mode=config.get('strict_mode'),
+ additional_apks=['Additional.apk'],
step_test_data=lambda: api.raw_io.test_api.output(
'logging...\nbeep\nboop\bbop'),
device_flags=config.get('device_flags'))

Powered by Google App Engine
This is Rietveld 408576698