Chromium Code Reviews| 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 5a6296c8af68545605493c5f2357b5e71c62edc8..dfc57816224fc9f95c84710e59470837224e32bd 100644 |
| --- a/chrome/android/chrome_public_apk_tmpl.gni |
| +++ b/chrome/android/chrome_public_apk_tmpl.gni |
| @@ -32,6 +32,8 @@ template("chrome_public_apk_tmpl") { |
| proguard_configs = [] |
| proguard_configs = |
| [ "//chrome/android/java/proguard.flags" ] + _prev_proguard_configs |
| + } else { |
| + multidex = true |
|
agrieve
2015/11/16 19:02:33
super nit: can you flip the clauses so it reads "i
jbudorick
2015/11/16 20:45:56
Done.
|
| } |
| if (chromium_linker_supported) { |