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

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

Issue 1557533003: Ensure EMMA classes are put into the main classes.dex (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 -keep @**.MainDex class * { 1 -keep @**.MainDex class * {
2 *; 2 *;
3 } 3 }
4 4
5 -keepclasseswithmembers class * { 5 -keepclasseswithmembers class * {
6 public static ** asInterface(android.os.IBinder); 6 public static ** asInterface(android.os.IBinder);
7 } 7 }
8
9 # Required when code coverage is enabled.
10 -keep class com.vladium.** {
11 *;
12 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698