| Index: build/config/android/config.gni
|
| diff --git a/build/config/android/config.gni b/build/config/android/config.gni
|
| index 052307e7060560774a176b7147d0e727b3592fd5..88f1364cf5489854bd4f03de77ce8f5b8ebe2804 100644
|
| --- a/build/config/android/config.gni
|
| +++ b/build/config/android/config.gni
|
| @@ -99,8 +99,7 @@ if (is_android) {
|
| proguard_verbose = false
|
|
|
| # Java debug on Android. Having this on enables multidexing, and turning it
|
| - # off will enable proguard. To access this flag from within Java code, look
|
| - # at BuildConfig.IS_DEBUG, which is wired to this arg.
|
| + # off will enable proguard.
|
| is_java_debug = is_debug
|
|
|
| # Set to true to enable the Errorprone compiler
|
|
|