Index: chrome/android/chrome_apk.gyp |
diff --git a/chrome/android/chrome_apk.gyp b/chrome/android/chrome_apk.gyp |
index e92491d287c73fb85868b49eb08ba10e871fe9bf..5f11ad837fff045d35f725cb3bbb882c588c8568 100644 |
--- a/chrome/android/chrome_apk.gyp |
+++ b/chrome/android/chrome_apk.gyp |
@@ -200,6 +200,8 @@ |
'native_lib_target': 'libchrome_public', |
'java_in_dir': 'java', |
'resource_dir': '../../chrome/android/java/res_chromium', |
+ 'enable_multidex': 1, |
+ 'enable_multidex_configurations': ['Debug'], |
'conditions': [ |
# Only attempt loading the library from the APK for 64 bit devices |
# until the number of 32 bit devices which don't support this |