| 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 90bdc7f53f4aebac603afa6f0664bef5490ef3c6..b222511eb6d787b08d55ad06963c60125ce8fe6f 100644
|
| --- a/android_webview/system_webview_apk_tmpl.gni
|
| +++ b/android_webview/system_webview_apk_tmpl.gni
|
| @@ -30,7 +30,9 @@ template("system_webview_apk_tmpl") {
|
| }
|
| aapt_locale_whitelist = locales
|
|
|
| - if (!is_java_debug) {
|
| + if (is_java_debug) {
|
| + enable_multidex = true
|
| + } else {
|
| proguard_enabled = true
|
| if (!defined(proguard_configs)) {
|
| proguard_configs = []
|
|
|