| Index: base/android/base_proguard_config.flags
|
| diff --git a/base/android/base_proguard_config.flags b/base/android/base_proguard_config.flags
|
| index 2926ee1238a130681cfc6a4e1956406eb84b42e8..6ff4351aee1f09ae8736d379b84db8ff6207a6b3 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
|
|
|