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

Unified Diff: build/android/main_dex_classes.flags

Issue 2834603006: ABANDONED [android] Create per-package configuration for multidex. (Closed)
Patch Set: tweaks Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: build/android/main_dex_classes.flags
diff --git a/build/android/main_dex_classes.flags b/build/android/main_dex_classes.flags
index 81152dcc1eab8c18aff179054e6eb7b8186e0348..7fbaf4c0888de6aff1ecefdbdd2209339a8fbd0e 100644
--- a/build/android/main_dex_classes.flags
+++ b/build/android/main_dex_classes.flags
@@ -10,3 +10,7 @@
-keep class com.vladium.** {
*;
}
+
+-keep class **.PackageConfig {
agrieve 2017/04/21 15:43:31 It's always preferable to use @UsedByReflection ra
jbudorick 2017/04/21 16:03:57 No, the annotations from org.chromium.base.annotat
agrieve 2017/04/21 16:48:42 Sounds good. Thanks for the details :)
+ public static final boolean IS_MULTIDEX_ENABLED;
+}

Powered by Google App Engine
This is Rietveld 408576698