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

Unified 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: 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
« no previous file with comments | « build/android/main_dex_action.gypi ('k') | build/android/push_libraries.gypi » ('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 d9689b206ab3c331f75646eadc3641a9b696707d..a8d969a5ce011c08bea7031f0d5af2aa8d2e5b62 100644
--- a/build/android/main_dex_classes.flags
+++ b/build/android/main_dex_classes.flags
@@ -1,3 +1,7 @@
-keep @**.MainDex class * {
*;
}
+
+-keepclasseswithmembers class * {
+ public static ** asInterface(android.os.IBinder);
+}
« no previous file with comments | « build/android/main_dex_action.gypi ('k') | build/android/push_libraries.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698