| Index: build/config/android/config.gni
|
| diff --git a/build/config/android/config.gni b/build/config/android/config.gni
|
| index 5a27e78e624cf77b67f9697973a6dd3ec22c9577..6e8a312f365eff80fce0a786a352d4e6f7419323 100644
|
| --- a/build/config/android/config.gni
|
| +++ b/build/config/android/config.gni
|
| @@ -44,6 +44,9 @@ if (is_android) {
|
| # identifying various build artifacts corresponding to a particular build of
|
| # chrome (e.g. where to find archived symbols).
|
| android_chrome_build_id = "\"\""
|
| +
|
| + # Set to true to run findbugs on JAR targets.
|
| + run_findbugs = false
|
| }
|
|
|
| # Host stuff -----------------------------------------------------------------
|
|
|