Index: scripts/slave/recipe_modules/chromium_tests/chromium_android.py |
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_android.py b/scripts/slave/recipe_modules/chromium_tests/chromium_android.py |
index fd7d7bda1a46edbb8d8e8601d4d68588b18645cd..0f28a7e5bf95b94b37b06a2d7fe5956019e596e1 100644 |
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_android.py |
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_android.py |
@@ -19,6 +19,9 @@ SPEC = { |
'TARGET_PLATFORM': 'android', |
}, |
'android_config': 'main_builder', |
+ 'compile_targets': [ |
+ 'chromium_builder_tests' |
+ ], |
'bot_type': 'builder', |
'testing': { |
'platform': 'linux', |
@@ -35,6 +38,9 @@ SPEC = { |
'TARGET_PLATFORM': 'android', |
}, |
'android_config': 'main_builder', |
+ 'compile_targets': [ |
+ 'chromium_builder_tests' |
+ ], |
'bot_type': 'builder', |
'testing': { |
'platform': 'linux', |