| Index: android_webview/system_webview_apk_tmpl.gni
|
| diff --git a/android_webview/system_webview_apk_tmpl.gni b/android_webview/system_webview_apk_tmpl.gni
|
| index 23a0051045b4ecaa3fc2095c9e2f82808249a05d..a1c7377089fc118dcf021abca9286982fbf393fd 100644
|
| --- a/android_webview/system_webview_apk_tmpl.gni
|
| +++ b/android_webview/system_webview_apk_tmpl.gni
|
| @@ -27,7 +27,7 @@ template("system_webview_apk_tmpl") {
|
| native_lib_version_arg = "@FileArg($_native_lib_file:full-quoted)"
|
| extensions_to_not_compress = ".lpak,.pak,.bin,.dat"
|
|
|
| - if (!is_debug) {
|
| + if (!is_java_debug) {
|
| proguard_enabled = true
|
| proguard_configs = [ "//android_webview/apk/java/proguard.flags" ]
|
| }
|
|
|