Android O SDK.
[android_tools.git] / sdk / build-tools / 26.0.0 / mainDexClasses.rules
bloba1ca9318f7fc7fc971247fe2d1a0e638cafbb2fa
1   -keep public class * extends android.app.Instrumentation {\r
2     <init>();\r
3   }\r
4   -keep public class * extends android.app.Application {\r
5     <init>();\r
6     void attachBaseContext(android.content.Context);\r
7   }\r
8   -keep public class * extends android.app.backup.BackupAgent {\r
9    <init>();\r
10   }\r
11 # We need to keep all annotation classes because proguard does not trace annotation attribute\r
12 # it just filter the annotation attributes according to annotation classes it already kept.\r
13   -keep public class * extends java.lang.annotation.Annotation {\r
14    *;\r
15   }\r