| Index: build/config/android/rules.gni
|
| diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
|
| index ba8930f693bc7cfe469aecc4ccabc5382d458d2d..e6e26c06d352ef755bbe92a1d2367cb7e641740d 100644
|
| --- a/build/config/android/rules.gni
|
| +++ b/build/config/android/rules.gni
|
| @@ -1926,6 +1926,9 @@ if (enable_java_templates) {
|
| if (defined(invoker.proguard_configs)) {
|
| _proguard_configs += invoker.proguard_configs
|
| }
|
| + if (enable_multidex) {
|
| + _proguard_configs += [ "//build/android/multidex.flags" ]
|
| + }
|
| assert(_proguard_configs != []) # Mark as used.
|
| _proguard_target = "${_template_name}__proguard"
|
| proguard(_proguard_target) {
|
|
|