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

Unified Diff: build/android/main_dex_classes.flags

Issue 2853003003: [Android] Keep extracted secondary dex files when clearing data in tests. (RELAND) (Closed)
Patch Set: Fixed 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 9bb7977afe3fe98a3e6b9f47b575ceac780eb1ac..33583d5e89004f4dac271da92d052bd2f1d8bf41 100644
--- a/build/android/main_dex_classes.flags
+++ b/build/android/main_dex_classes.flags
@@ -15,5 +15,10 @@
# Required when code coverage is enabled.
-keep class com.vladium.** {
- *;
+ *;
+}
+
+# Used by tests for secondary dex extraction.
+-keep class android.support.v4.content.ContextCompat {
+ *;
}
« no previous file with comments | « base/test/android/javatests/src/org/chromium/base/test/BaseChromiumRunnerCommon.java ('k') | chrome/test/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698