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

Unified Diff: build/android/main_dex_classes.flags

Issue 1278573002: [Android] Add gyp support for multidex. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
new file mode 100644
index 0000000000000000000000000000000000000000..1376c538278a2411b46e7874d9e54bf7b7e7ad98
--- /dev/null
+++ b/build/android/main_dex_classes.flags
@@ -0,0 +1,3 @@
+ -keep @**.MainDex class * {
+ *;
+ }

Powered by Google App Engine
This is Rietveld 408576698