summaryrefslogtreecommitdiffstats
path: root/core/tests/hosttests/test-apps/MultiDexLegacyTestServices
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of LOCAL_JACK_ENABLEDYohann Roussel2015-02-231-1/+1
| | | | Change-Id: I5180aa6b685859b7855d0037f38178e906e21bd3
* Adapt to change of LOCAL_USE_JACK valuesYohann Roussel2015-02-051-1/+2
| | | | | | | Also remove depency to the dx main dex list when building with Jack. Change-Id: I13e45dc8406a6a71309d151bf1542b1296c17792
* Allow compilation with Jack.Yohann Roussel2014-11-131-0/+2
| | | | Change-Id: I03ccd6cd92102f03d1316b6a1184c49029c91ea0
* Manually disable dexopt for multidex test apps.Yohann Roussel2014-06-301-0/+2
| | | | | | | Because at the moment, omitting to explicitly disable dexopt produces apks with no classes.dex inside. Change-Id: I44ffc6b013a7b119c7deb332cf60f4fe8a11068c
* Fix ANR in multidexlegacytestservices.Yohann Roussel2014-05-211-2/+7
| | | | | | | | Continuous testing showed that the test is flaky because of ANR caused by too long computation in onCreate(). So this change move computation in another thread to free the main thread. Change-Id: I2ecff3f3e659ff092dd4c7c230c35be4a5742c4b
* A stress test for concurent multidex extraction.Yohann Roussel2014-04-02103-0/+322438
Change-Id: Iab2427a8867a2a7a9a12e2557b2e970430fa6356