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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/android/chrome_public_apk_tmpl.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 -keep @interface **.MainDex
2
1 -keep @**.MainDex class * { 3 -keep @**.MainDex class * {
2 *; 4 *;
3 } 5 }
4 6
5 -keepclasseswithmembers class * { 7 -keepclasseswithmembers class * {
6 public static ** asInterface(android.os.IBinder); 8 public static ** asInterface(android.os.IBinder);
7 } 9 }
8 10
9 # Required when code coverage is enabled. 11 # Required when code coverage is enabled.
10 -keep class com.vladium.** { 12 -keep class com.vladium.** {
11 *; 13 *;
12 } 14 }
13
OLDNEW
« 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