summaryrefslogtreecommitdiff
path: root/cmds/runtime
AgeCommit message (Collapse)Author
2011-07-11Remove more simulator support code. Jeff Brown
Bug: 5010576 Change-Id: Ie6c8665306bf4e822693b76f25c3a0f05c12d42d
2011-07-08Eliminate single-process mode. Jeff Brown
Bug: 5010576 Change-Id: Id450dc83efed4897d1e4ff451530fed14457aace
2011-05-24Support wrapping app processes to inject debug instrumentation. Jeff Brown
Bug: 4437846 Change-Id: I4552501c693716b14714afb5c5248edaca9547ab
2011-04-13Replace a custom AndroidRuntime::findClass with a more targeted fix. Elliott Hughes
This seems simpler and more contained, and I think the comment explaining why hoop-jumping is necessary is a bit clearer now. Change-Id: Ief4afd7cbb42188ed835fce23e497520bdb753a8
2010-02-11Fix simulator build. Marco Nelissen
2009-05-31get rid of utils.h Mathias Agopian
2009-05-26Fix sim-eng build. Andy McFadden
2009-05-22am 9681a5e0: Merge change 2230 into donut Android (Google) Code Review
Merge commit '9681a5e06badbd817342e8f6be4ffbe9102c1e98' * commit '9681a5e06badbd817342e8f6be4ffbe9102c1e98': runtime: Add CAP_SYS_NICE to the system server capabilities list so it
2009-05-21runtime: Add CAP_SYS_NICE to the system server capabilities list so it San Mehat
can (eventually) move arbitrary threads into different cgroups Signed-off-by: San Mehat <san@google.com>
2009-05-20move libbinder's header files under includes/binder Mathias Agopian
2009-05-20checkpoint: split libutils into libutils + libbinder Mathias Agopian
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843 The Android Open Source Project
2009-01-15auto import from //branches/cupcake/...@126645 The Android Open Source Project
2008-10-21Initial Contribution The Android Open Source Project