summaryrefslogtreecommitdiffstats
path: root/jack-tests/tests/com/android/jack/multidex/test002/jack/config-001.jpp
blob: cbcfdf51841e28ecde52522d8ee6da14fb55faa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
multidexInstanciable:
  @@com.android.jack.annotations.MultiDexInstaller
  class *
    is {
      public | private
    }
    extends {
        class *.Instrumentation
      | class *.Activity
      | class *.Service
      | class *.ContentProvider
      | class *.BroadcastReceiver
      | class *.BackupAgent
      | class *.Application
    }
    do {
      @@com.android.jack.annotations.MultiDexInstaller
      method * <init>();
    }

multidexInstaller:
  class *
    is {
      public
    }
    extends {
      class *.Application
    }
    do {
      @@com.android.jack.annotations.MultiDexInstaller
      method void attachBaseContext(class com.android.jack.preprocessor.test001.jack.Context)
          is {
              public
          }
      ;
    }