Index: build/config/android/config.gni |
diff --git a/build/config/android/config.gni b/build/config/android/config.gni |
index e74e8fe5bd030331bf87e1f95f21540595c76b06..d6a8ad5c7a9be21bb8d4a243faf32de8f20198dd 100644 |
--- a/build/config/android/config.gni |
+++ b/build/config/android/config.gni |
@@ -42,6 +42,9 @@ if (is_android) { |
# Set to true to run findbugs on JAR targets. |
run_findbugs = false |
+ |
+ # Set to true to enable the Errorprone compiler |
+ use_errorprone_java_compiler = false |
} |
# Host stuff ----------------------------------------------------------------- |