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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py

Issue 1305303002: Enable errorprone compiler on the chromium.fyi Android Builder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 4 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_tests/chromium_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
index fb9102d1021ae4f248e168480816d1c69b2591b9..44466b98d5e7c62e20f53cf3e2cfa43a7b052a0f 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -1559,7 +1559,7 @@ SPEC = {
'TARGET_BITS': 32,
'TARGET_PLATFORM': 'android',
},
- 'android_config': 'main_builder',
+ 'android_config': 'errorprone_builder',
Paweł Hajdan Jr. 2015/08/28 11:44:25 Why not just use chromium_apply_config to apply th
mikecase (-- gone --) 2015/08/28 18:36:06 Done.
'bot_type': 'builder',
'compile_targets': [
'chromedriver_webview_shell_apk',

Powered by Google App Engine
This is Rietveld 408576698