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

Unified Diff: build/android/main_dex_classes.flags

Issue 2423323003: Enable multidex for ChromePublic.apk. (Closed)
Patch Set: Enable multidex for ChromePublic.apk. Created 4 years 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
« no previous file with comments | « no previous file | chrome/android/chrome_public_apk_tmpl.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/main_dex_classes.flags
diff --git a/build/android/main_dex_classes.flags b/build/android/main_dex_classes.flags
index 1a471f92a52edc375e1d15785ca19ba0f91410c9..1b0d4f8de43c3a0c77f904488550f38e50484c46 100644
--- a/build/android/main_dex_classes.flags
+++ b/build/android/main_dex_classes.flags
@@ -1,3 +1,5 @@
+-keep @interface **.MainDex
+
-keep @**.MainDex class * {
*;
}
@@ -10,4 +12,3 @@
-keep class com.vladium.** {
*;
}
-
« no previous file with comments | « no previous file | chrome/android/chrome_public_apk_tmpl.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698