| Index: chrome/android/chrome_public_apk_tmpl.gni
|
| diff --git a/chrome/android/chrome_public_apk_tmpl.gni b/chrome/android/chrome_public_apk_tmpl.gni
|
| index fff008404a13ae08cf5339a81e4c9e884fdd1175..a99b02a68147caa47a14fe1487ac284bc488e043 100644
|
| --- a/chrome/android/chrome_public_apk_tmpl.gni
|
| +++ b/chrome/android/chrome_public_apk_tmpl.gni
|
| @@ -39,7 +39,7 @@ template("chrome_public_apk_tmpl") {
|
| rebase_path("$root_gen_dir/CHROME_VERSION.json", root_out_dir)
|
| native_lib_version_arg = "@FileArg($_native_lib_file:full-quoted)"
|
|
|
| - if (is_debug) {
|
| + if (is_java_debug) {
|
| enable_multidex = true
|
| } else {
|
| proguard_enabled = true
|
|
|