Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1996)

Unified Diff: android_webview/system_webview_apk_tmpl.gni

Issue 2885093002: Enable multidex for debug builds of system_webview_apk_tmpl-based apks. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = []
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698