Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(698)

Unified Diff: base/android/java/src/org/chromium/base/PathUtils.java

Issue 1408163009: [Android] Enable multidex for debug builds of ChromePublic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn build Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: base/android/java/src/org/chromium/base/PathUtils.java
diff --git a/base/android/java/src/org/chromium/base/PathUtils.java b/base/android/java/src/org/chromium/base/PathUtils.java
index 01b036b4a9241b5df9dbda93e67aac226cc43bff..81c74f41ebc1eb9a51bae7f27281dfa7b47ba55d 100644
--- a/base/android/java/src/org/chromium/base/PathUtils.java
+++ b/base/android/java/src/org/chromium/base/PathUtils.java
@@ -11,6 +11,7 @@ import android.os.Environment;
import android.os.StrictMode;
import org.chromium.base.annotations.CalledByNative;
+import org.chromium.base.annotations.MainDex;
import java.io.File;
import java.util.concurrent.ExecutionException;
@@ -18,6 +19,7 @@ import java.util.concurrent.ExecutionException;
/**
* This class provides the path related methods for the native library.
*/
+@MainDex
public abstract class PathUtils {
private static final String THUMBNAIL_DIRECTORY = "textures";

Powered by Google App Engine
This is Rietveld 408576698