Android O MR1 SDK.
[android_tools.git] / sdk / build-tools / 27.0.1 / mainDexClasses.rules
blob0cd384244e1e693fd35dff4650fa556ab8c2c1b8
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
16 # Keep old fashion tests in the main dex or they'll be silently ignored by InstrumentationTestRunner\r
17   -keep public class * extends android.test.InstrumentationTestCase {\r
18    <init>();\r
19   }\r