summaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorYohann Roussel <yroussel@google.com>2017-06-01 09:58:53 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-01 09:58:53 +0000
commitd183e2206570ee05c576e201d4db18395863435e (patch)
treedc53695075f24efcd8c01f2a58ac81a262fa6fd1 /library
parent1fea0dafb6111484a13e67422fe17c161d288a39 (diff)
parent4f494eea21c9d434673052c9e54f551a7fc977a8 (diff)
downloadmultidex-d183e2206570ee05c576e201d4db18395863435e.tar.gz
Keep InstrumentationTestCase in main dex am: b68f891c88 am: ed74391906 am: ba450e759c
am: 4f494eea21 Change-Id: Ibf6df76b1a35af6577ca95c982799a1282b9128a
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
+ }