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

Unified Diff: build/config/android/config.gni

Issue 1136573002: Use the Errorprone Compiler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change Global Flag Created 5 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: build/config/android/config.gni
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index 0e25a9afe3b3f1ffc06c8000a7979d738e6cf031..3146a3f8e8aeed3daafaefb7c51c0ebc02240548 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -42,6 +42,8 @@ if (is_android) {
# Set to true to run findbugs on JAR targets.
run_findbugs = false
+
+ use_errorprone_java_compiler = false
cjhopman 2015/05/26 22:05:32 Add a comment above this. The comment will be disp
raywilliams_chromium 2015/05/26 22:37:22 Done.
}
# Host stuff -----------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698