Chromium Code Reviews| 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 |