summaryrefslogtreecommitdiffstats
path: root/test/MultiDex
Commit message (Collapse)AuthorAgeFilesLines
* Properly compile multidex for tests when using Jack.Richard Uhler2015-03-111-0/+3
| | | | | Bug: 19687200 Change-Id: I8c5771ccd474aa06001c3a48cc82550589ac7055
* Create OatFileAssistant class for assisting with oat files.Richard Uhler2015-03-093-0/+44
The oat file assistant is used for determining whether dex2oat or patchoat is needed, for running dex2oat or patchoat as needed to make an oat file up to date, and to load dex files associated with a given dex location. The introduction of the OatFileAssistant class is meant to clean up and consolidate code related to the management of oat files that was duplicated and spread across dalvik_system_DexFile.cc and class_linker.cc. Bug: 11301553 Change-Id: I0c16027b9bae4570c2c50faa9c14f581c0cbafb8