Chromium Code Reviews| Index: build/config/android/config.gni |
| diff --git a/build/config/android/config.gni b/build/config/android/config.gni |
| index 98b4aa614bf992a7ab89aff634a97dd6b9427baf..bcda6ecabe8e4fcfb4b05e9215d09584d2e0aa55 100644 |
| --- a/build/config/android/config.gni |
| +++ b/build/config/android/config.gni |
| @@ -89,6 +89,10 @@ if (is_android) { |
| # Enables verbose proguard output (summaries and unfiltered output). |
| proguard_verbose = false |
| + # Java debug on Android. Having this on enables multidexing, and turning it |
|
agrieve
2016/06/08 18:47:32
nit: Can you also mention it being wired to BuildC
smaier
2016/06/08 21:43:37
Done.
|
| + # off will enable proguard. |
| + is_java_debug = is_debug |
| + |
| # Set to true to enable the Errorprone compiler |
| use_errorprone_java_compiler = false |