Index: chrome/android/chrome_apk.gyp |
diff --git a/chrome/android/chrome_apk.gyp b/chrome/android/chrome_apk.gyp |
index e1cf10cf72aa31be148c5ae9789745aab95842d4..3d303b294a38e8cee473c2f6f80a9b36a38d8010 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 |