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

Unified Diff: base/android/base_proguard_config.flags

Issue 2182303002: Merging under test java into instrumentation test java. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@runtimelibrary
Patch Set: Cleaning up for review Created 4 years, 5 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: base/android/base_proguard_config.flags
diff --git a/base/android/base_proguard_config.flags b/base/android/base_proguard_config.flags
index 904ee9842320f64e2f0affc48228f36a040dbfdd..174d77cbd69ebbd67bf53ce0571954177379d665 100644
--- a/base/android/base_proguard_config.flags
+++ b/base/android/base_proguard_config.flags
@@ -1,8 +1,8 @@
# Keep line number information, useful for stack traces.
-keepattributes SourceFile,LineNumberTable
-# Keep all runtime visible annotations
--keepattributes RuntimeVisibleAnnotations
+# Keep all annotation related attributes
+-keepattributes *Annotation*
agrieve 2016/07/28 01:30:57 From what I can tell here: http://proguard.sourcef
smaier 2016/07/28 15:27:18 Done.
# Keep the annotations, because if we don't, the ProGuard rules that use them
# will not be respected. These classes then show up in our final dex, which we

Powered by Google App Engine
This is Rietveld 408576698