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

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

Issue 1258303003: [Android] Suppress findbugs stderr output. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + reenable findbugs_verbose on GN 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: build/config/android/config.gni
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index 8fb5960b49f5b2e0a7a9867bf686606a96efbf11..68a15cb9fdd68408650af4d19c4949d6c0421bc1 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -43,6 +43,10 @@ if (is_android) {
# Set to true to run findbugs on JAR targets.
run_findbugs = false
+ # Set to true to enable verbose findbugs logging. This does nothing if
+ # run_findbugs is false.
+ findbugs_verbose = false
+
# Set to true to enable the Errorprone compiler
use_errorprone_java_compiler = false
}

Powered by Google App Engine
This is Rietveld 408576698