| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index 2d73b881a3e931628102fcff730835fb4ea8a176..29c488521dd8f59d51adafacf83c5a739fcdd8c5 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -880,6 +880,11 @@ instrumentation_test_apk("chrome_public_test_apk") {
|
| "//net/android:net_test_support_apk",
|
| ]
|
| proguard_enabled = !is_java_debug
|
| +
|
| + # The test APK contains code from both the APK under test and the
|
| + # test APK when proguard is enabled. That causes this APK to exceed
|
| + # the dex limit.
|
| + enable_multidex = proguard_enabled
|
| }
|
|
|
| if (enable_vr) {
|
|
|