summaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorYohann Roussel <yroussel@google.com>2017-06-01 09:49:11 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-01 09:49:11 +0000
commit4f494eea21c9d434673052c9e54f551a7fc977a8 (patch)
tree6d72d3d7b5ed278db5124db91aa47aaf02a493cc /library
parent4406105ad1f22d7ce2d43785fa621ad8c7e93eb7 (diff)
parentba450e759cfeb2463a9ee8a8877bf1c6daeca2e9 (diff)
downloadmultidex-4f494eea21c9d434673052c9e54f551a7fc977a8.tar.gz
Keep InstrumentationTestCase in main dex am: b68f891c88 am: ed74391906
am: ba450e759c Change-Id: Ie98460078d6b1ae8ff3803ced18c7563214fee05
Diffstat (limited to 'library')
-rw-r--r--library/jack-meta/legacyMultidexInstallation.jpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/library/jack-meta/legacyMultidexInstallation.jpp b/library/jack-meta/legacyMultidexInstallation.jpp
index 8a81eba..a5a7167 100644
--- a/library/jack-meta/legacyMultidexInstallation.jpp
+++ b/library/jack-meta/legacyMultidexInstallation.jpp
@@ -47,3 +47,10 @@ multidexInstaller:
method void attachBaseContext(class android.content.Context)
;
}
+
+instrumentationTestCase:
+ @@com.android.jack.annotations.ForceInMainDex
+ class *
+ extends {
+ class android.test.InstrumentationTestCase
+ }