summaryrefslogtreecommitdiffstats
path: root/runtime/os_linux.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add flock(2)ing on dex-cache files to prevent racesBrian Carlstrom2013-08-151-10/+13
| | | | | Bug: 9071417 Change-Id: I1ee9ff281867f90fba7a8ed8bbf06b33ac29d511
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+66
The runtime, compiler, dex2oat, and oatdump now are in seperate trees to prevent dependency creep. They can now be individually built without rebuilding the rest of the art projects. dalvikvm and jdwpspy were already this way. Builds in the art directory should behave as before, building everything including tests. Change-Id: Ic6b1151e5ed0f823c3dd301afd2b13eb2d8feb81