summaryrefslogtreecommitdiffstats
path: root/runtime/thread_android.cc
Commit message (Collapse)AuthorAgeFilesLines
* Don't manually mess with sigaltstack on Android any more.Elliott Hughes2013-07-161-0/+8
| | | | | | | Bionic now takes care of things. Bug: 8557703 Change-Id: I0510a193f2433eaf54c9c6ac3415c85b50a7f1d2
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+90
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