summaryrefslogtreecommitdiffstats
path: root/core/tests/hosttests/test-apps/MultiDexLegacyTestApp
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of LOCAL_JACK_ENABLEDYohann Roussel2015-02-231-8/+18
| | | | Change-Id: I5180aa6b685859b7855d0037f38178e906e21bd3
* Adapt to change of LOCAL_USE_JACK valuesYohann Roussel2015-02-051-2/+6
| | | | | | | Also remove depency to the dx main dex list when building with Jack. Change-Id: I13e45dc8406a6a71309d151bf1542b1296c17792
* Merge "Allow compilation with Jack."Yohann Roussel2014-12-042-1/+15
|\
| * Allow compilation with Jack.Yohann Roussel2014-11-132-1/+15
| | | | | | | | Change-Id: I03ccd6cd92102f03d1316b6a1184c49029c91ea0
* | Add tests about annotations and enum.Yohann Roussel2014-11-208-1/+198
|/ | | | | | | | For reproduction of https://code.google.com/p/android/issues/detail?id=78144 Bug: 18385117 Change-Id: I23be53a0ae481a501d13adc8abf518ac664a772f
* Manually disable dexopt for multidex test apps.Yohann Roussel2014-06-301-0/+4
| | | | | | | Because at the moment, omitting to explicitly disable dexopt produces apks with no classes.dex inside. Change-Id: I44ffc6b013a7b119c7deb332cf60f4fe8a11068c
* Test multidex and annotations access.Yohann Roussel2014-04-2515-4/+366
| | | | | | | This was able to reproduce a problem reported by GMM when they were listing annotations on classes used before MultiDex installation. See Bug 14233284 Change-Id: I828c92f0e382dc984b6462fab710f414138e7e02
* Add one test application for multidex.Yohann Roussel2014-03-2488-0/+321924
This application is intended to be run by SupportMultidexHostTest. Change-Id: Icace956cd68e03735fd8c73f877d911f01098f54