| Index: build/config/android/rules.gni
|
| diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
|
| index 44557326485d3d719806bbe4db0b8eb6c047e2d2..eddbbf3bdf58d8ad86f919834d76c2c2a2be30e7 100644
|
| --- a/build/config/android/rules.gni
|
| +++ b/build/config/android/rules.gni
|
| @@ -1935,6 +1935,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) {
|
|
|