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

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: Got rid of includes=main_builder. Not needed. Created 5 years, 3 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 2b83636824afb0f05a4c8b94966e3a8aefe33fb6..d61812e956fa46b8ed1e387fc5e66a34739995f1 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -1543,6 +1543,7 @@ SPEC = {
'TARGET_BITS': 32,
'TARGET_PLATFORM': 'android',
},
+ 'chromium_apply_config': ['errorprone'],
'android_config': 'main_builder',
'bot_type': 'builder',
'compile_targets': [

Powered by Google App Engine
This is Rietveld 408576698