| 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
|
| }
|
|
|