Remove all multidex.jpp files.
These are unused since jack was removed from the tree.
Test: Rely on TreeHugger
Change-Id: Iaf16bc70ed943d46cd56a3140deb7508c8bf985f
diff --git a/test/008-exceptions/multidex.jpp b/test/008-exceptions/multidex.jpp
deleted file mode 100644
index a3746f5..0000000
--- a/test/008-exceptions/multidex.jpp
+++ /dev/null
@@ -1,27 +0,0 @@
-BadError:
- @@com.android.jack.annotations.ForceInMainDex
- class BadError
-BadInit:
- @@com.android.jack.annotations.ForceInMainDex
- class BadInit
-BadErrorNoStringInit:
- @@com.android.jack.annotations.ForceInMainDex
- class BadErrorNoStringInit
-BadInitNoStringInit:
- @@com.android.jack.annotations.ForceInMainDex
- class BadInitNoStringInit
-BadSuperClass:
- @@com.android.jack.annotations.ForceInMainDex
- class BadSuperClass
-DerivedFromBadSuperClass:
- @@com.android.jack.annotations.ForceInMainDex
- class DerivedFromBadSuperClass
-Main:
- @@com.android.jack.annotations.ForceInMainDex
- class Main
-MultiDexBadInit:
- @@com.android.jack.annotations.ForceInMainDex
- class MultiDexBadInit
-MultiDexBadInitWrapper1:
- @@com.android.jack.annotations.ForceInMainDex
- class MultiDexBadInitWrapper1
diff --git a/test/162-method-resolution/multidex.jpp b/test/162-method-resolution/multidex.jpp
deleted file mode 100644
index 5722f7f..0000000
--- a/test/162-method-resolution/multidex.jpp
+++ /dev/null
@@ -1,127 +0,0 @@
-Test1Base:
- @@com.android.jack.annotations.ForceInMainDex
- class Test1Base
-Test1Derived:
- @@com.android.jack.annotations.ForceInMainDex
- class Test1Derived
-Test1User2:
- @@com.android.jack.annotations.ForceInMainDex
- class Test1User2
-
-Test2Base:
- @@com.android.jack.annotations.ForceInMainDex
- class Test2Base
-Test2Derived:
- @@com.android.jack.annotations.ForceInMainDex
- class Test2Derived
-Test2Interface:
- @@com.android.jack.annotations.ForceInMainDex
- class Test2Interface
-Test2User:
- @@com.android.jack.annotations.ForceInMainDex
- class Test2User
-Test2User2:
- @@com.android.jack.annotations.ForceInMainDex
- class Test2User2
-
-Test3Base:
- @@com.android.jack.annotations.ForceInMainDex
- class Test3Base
-Test3Derived:
- @@com.android.jack.annotations.ForceInMainDex
- class Test3Derived
-Test3Interface:
- @@com.android.jack.annotations.ForceInMainDex
- class Test3Interface
-
-Test4Interface:
- @@com.android.jack.annotations.ForceInMainDex
- class Test4Interface
-Test4Derived:
- @@com.android.jack.annotations.ForceInMainDex
- class Test4Derived
-Test4User:
- @@com.android.jack.annotations.ForceInMainDex
- class Test4User
-
-Test5Interface:
- @@com.android.jack.annotations.ForceInMainDex
- class Test5Interface
-Test5Base:
- @@com.android.jack.annotations.ForceInMainDex
- class Test5Base
-Test5Derived:
- @@com.android.jack.annotations.ForceInMainDex
- class Test5Derived
-Test5User:
- @@com.android.jack.annotations.ForceInMainDex
- class Test5User
-Test5User2:
- @@com.android.jack.annotations.ForceInMainDex
- class Test5User2
-
-Test6Interface:
- @@com.android.jack.annotations.ForceInMainDex
- class Test6Interface
-Test6Derived:
- @@com.android.jack.annotations.ForceInMainDex
- class Test6Derived
-Test6User:
- @@com.android.jack.annotations.ForceInMainDex
- class Test6User
-Test6User2:
- @@com.android.jack.annotations.ForceInMainDex
- class Test6User2
-
-Test7Base:
- @@com.android.jack.annotations.ForceInMainDex
- class Test7Base
-Test7Interface:
- @@com.android.jack.annotations.ForceInMainDex
- class Test7Interface
-Test7Derived:
- @@com.android.jack.annotations.ForceInMainDex
- class Test7Derived
-Test7User:
- @@com.android.jack.annotations.ForceInMainDex
- class Test7User
-
-Test8Base:
- @@com.android.jack.annotations.ForceInMainDex
- class Test8Base
-Test8Derived:
- @@com.android.jack.annotations.ForceInMainDex
- class Test8Derived
-Test8User:
- @@com.android.jack.annotations.ForceInMainDex
- class Test8User
-Test8User2:
- @@com.android.jack.annotations.ForceInMainDex
- class Test8User2
-
-Test9Base:
- @@com.android.jack.annotations.ForceInMainDex
- class Test9Base
-Test9Derived:
- @@com.android.jack.annotations.ForceInMainDex
- class Test9Derived
-Test9User:
- @@com.android.jack.annotations.ForceInMainDex
- class Test9User
-Test9User2:
- @@com.android.jack.annotations.ForceInMainDex
- class Test9User2
-
-Test10Base:
- @@com.android.jack.annotations.ForceInMainDex
- class Test10Base
-Test10Interface:
- @@com.android.jack.annotations.ForceInMainDex
- class Test10Interface
-Test10User:
- @@com.android.jack.annotations.ForceInMainDex
- class Test10User
-
-Main:
- @@com.android.jack.annotations.ForceInMainDex
- class Main
diff --git a/test/462-checker-inlining-dex-files/multidex.jpp b/test/462-checker-inlining-dex-files/multidex.jpp
deleted file mode 100644
index ae55456..0000000
--- a/test/462-checker-inlining-dex-files/multidex.jpp
+++ /dev/null
@@ -1,8 +0,0 @@
-Main:
- @@com.android.jack.annotations.ForceInMainDex
- class Main
-
-AAA:
- @@com.android.jack.annotations.ForceInMainDex
- class AAA
-
diff --git a/test/556-invoke-super/multidex.jpp b/test/556-invoke-super/multidex.jpp
deleted file mode 100644
index fe01801..0000000
--- a/test/556-invoke-super/multidex.jpp
+++ /dev/null
@@ -1,4 +0,0 @@
-Main:
- @@com.android.jack.annotations.ForceInMainDex
- class Main*
-
diff --git a/test/569-checker-pattern-replacement/multidex.jpp b/test/569-checker-pattern-replacement/multidex.jpp
deleted file mode 100644
index cfc8ad1..0000000
--- a/test/569-checker-pattern-replacement/multidex.jpp
+++ /dev/null
@@ -1,8 +0,0 @@
-Main:
- @@com.android.jack.annotations.ForceInMainDex
- class Main
-
-BaseInMainDex:
- @@com.android.jack.annotations.ForceInMainDex
- class BaseInMainDex
-
diff --git a/test/616-cha-interface-default/multidex.jpp b/test/616-cha-interface-default/multidex.jpp
deleted file mode 100644
index b0d200e..0000000
--- a/test/616-cha-interface-default/multidex.jpp
+++ /dev/null
@@ -1,3 +0,0 @@
-Main:
- @@com.android.jack.annotations.ForceInMainDex
- class Main
diff --git a/test/616-cha-proxy-method-inline/multidex.jpp b/test/616-cha-proxy-method-inline/multidex.jpp
deleted file mode 100644
index b0d200e..0000000
--- a/test/616-cha-proxy-method-inline/multidex.jpp
+++ /dev/null
@@ -1,3 +0,0 @@
-Main:
- @@com.android.jack.annotations.ForceInMainDex
- class Main
diff --git a/test/626-const-class-linking/multidex.jpp b/test/626-const-class-linking/multidex.jpp
deleted file mode 100644
index c7a6648..0000000
--- a/test/626-const-class-linking/multidex.jpp
+++ /dev/null
@@ -1,27 +0,0 @@
-ClassPair:
- @@com.android.jack.annotations.ForceInMainDex
- class ClassPair
-DefiningLoader:
- @@com.android.jack.annotations.ForceInMainDex
- class DefiningLoader
-DelegatingLoader:
- @@com.android.jack.annotations.ForceInMainDex
- class DelegatingLoader
-Helper1:
- @@com.android.jack.annotations.ForceInMainDex
- class Helper1
-Main:
- @@com.android.jack.annotations.ForceInMainDex
- class Main
-MisbehavingLoader:
- @@com.android.jack.annotations.ForceInMainDex
- class MisbehavingLoader
-RacyLoader:
- @@com.android.jack.annotations.ForceInMainDex
- class RacyLoader
-RacyMisbehavingHelper:
- @@com.android.jack.annotations.ForceInMainDex
- class RacyMisbehavingHelper
-RacyMisbehavingLoader:
- @@com.android.jack.annotations.ForceInMainDex
- class RacyMisbehavingLoader
diff --git a/test/638-checker-inline-caches/multidex.jpp b/test/638-checker-inline-caches/multidex.jpp
deleted file mode 100644
index 69a2cc1..0000000
--- a/test/638-checker-inline-caches/multidex.jpp
+++ /dev/null
@@ -1,12 +0,0 @@
-Main:
- @@com.android.jack.annotations.ForceInMainDex
- class Main
-Super:
- @@com.android.jack.annotations.ForceInMainDex
- class Super
-SubA:
- @@com.android.jack.annotations.ForceInMainDex
- class SubA
-SubB
- @@com.android.jack.annotations.ForceInMainDex
- class SubB
diff --git a/test/683-clinit-inline-static-invoke/multidex.jpp b/test/683-clinit-inline-static-invoke/multidex.jpp
deleted file mode 100644
index b0d200e..0000000
--- a/test/683-clinit-inline-static-invoke/multidex.jpp
+++ /dev/null
@@ -1,3 +0,0 @@
-Main:
- @@com.android.jack.annotations.ForceInMainDex
- class Main