| 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..b8994c574e0ef7ebe250522eb0065b7d3f3b9932 100644
|
| --- a/base/android/base_proguard_config.flags
|
| +++ b/base/android/base_proguard_config.flags
|
| @@ -1,8 +1,9 @@
|
| # Keep line number information, useful for stack traces.
|
| -keepattributes SourceFile,LineNumberTable
|
|
|
| -# Keep all runtime visible annotations
|
| --keepattributes RuntimeVisibleAnnotations
|
| +# Keep all annotation related attributes that can affect runtime
|
| +-keepattributes RuntimeVisible*Annotations
|
| +-keepattributes AnnotationDefault
|
|
|
| # 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
|
|
|