summaryrefslogtreecommitdiffstats
path: root/jack-tests/tests/com/android/jack/multidex/jpp/config-001.jpp
diff options
context:
space:
mode:
Diffstat (limited to 'jack-tests/tests/com/android/jack/multidex/jpp/config-001.jpp')
-rw-r--r--jack-tests/tests/com/android/jack/multidex/jpp/config-001.jpp36
1 files changed, 36 insertions, 0 deletions
diff --git a/jack-tests/tests/com/android/jack/multidex/jpp/config-001.jpp b/jack-tests/tests/com/android/jack/multidex/jpp/config-001.jpp
new file mode 100644
index 0000000..2a3eb03
--- /dev/null
+++ b/jack-tests/tests/com/android/jack/multidex/jpp/config-001.jpp
@@ -0,0 +1,36 @@
+multidexInstantiable:
+ @@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
+ }
+ ;
+ }