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

Side by Side Diff: build/android/main_dex_classes.flags

Issue 1408163009: [Android] Enable multidex for debug builds of ChromePublic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no-op ChromiumMultiDex.install for non-multidex builds 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 unified diff | Download patch
OLDNEW
1 -keep @**.MainDex class * { 1 -keep @**.MainDex class * {
2 *; 2 *;
3 } 3 }
4
5 -keepclasseswithmembers class * {
6 public static ** asInterface(android.os.IBinder);
7 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698