summaryrefslogtreecommitdiffstats
path: root/runtime/oat_file_assistant.cc
Commit message (Expand)AuthorAgeFilesLines
* Do not try to compile resource-only dex files.Richard Uhler2015-06-241-9/+19
* Fix debuggable compiler flag detection for secondary dex filesSebastien Hertz2015-05-191-0/+8
* Test and fix bug checking status of secondary multidex files.Richard Uhler2015-05-181-1/+1
* Fix bug in removal of *.flock files.Richard Uhler2015-05-121-11/+4
* Fix typo in VLOG message.Richard Uhler2015-05-111-1/+1
* ART: Remove multidex limitAndreas Gampe2015-04-281-4/+4
* Replace NULL with nullptrMathieu Chartier2015-04-221-4/+4
* Rename isDexOptNeededInternal and add kSelfPatchOatNeededRichard Uhler2015-04-031-38/+39
* Store odex files in oat/<isa>/ directory.Richard Uhler2015-03-251-4/+5
* Support relative encoded dex locations in oat files.Richard Uhler2015-03-241-2/+3
* Create OatFileAssistant class for assisting with oat files.Richard Uhler2015-03-091-0/+952