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

Unified Diff: testing/android/proguard_for_test.flags

Issue 2239763002: Using proper keep rule in testing proguard config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/proguard_for_test.flags
diff --git a/testing/android/proguard_for_test.flags b/testing/android/proguard_for_test.flags
index a0f074a9bf647aa41be51f7ca5e7d699abf95598..3326074db6ab3d562af70be4951741d57bab9b33 100644
--- a/testing/android/proguard_for_test.flags
+++ b/testing/android/proguard_for_test.flags
@@ -23,6 +23,6 @@
# then makes our calls to them use the implementation that we find in our .dex
# file, which is broken. We need to rely on these calls resolving to the
# system's implementation. See crbug.com/488192#c36.
--keep class org.apache.** {
+-keepnames class org.apache.** {
*;
}
« 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