summaryrefslogtreecommitdiffstats
path: root/libsysutils/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Add liblogYing Wang2013-04-091-3/+3
| | | | | Bug: 8580410 Change-Id: Iab3a9b4307f207c14a04a922cc7350c54e60e9ad
* libsysutils: log dispatchCommand overflow.Nick Kralevich2011-11-181-0/+1
| | | | Change-Id: Iefd3f7cc170c1fe65209c6ffe10debc21aed0c7f
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-11/+0
| | | | | | Bug: 5010576 Change-Id: I2fcf31af681d92880e5d31a46d5f6777f7ca1977
* libsysutils: do not build for TINY_ANDROIDBrian Swetland2011-01-231-0/+2
| | | | | | | | | This depends on frameworks/... :-( Technically it doesn't belong in system/core at all, but of course there are things in system/core that depend on it, so for now we'll hack around this. Change-Id: I6aa437f18e1c09bd10fbd3333cf6998a0b6140c6
* libsysutils: Introduce 'ServiceManager', for starting/stopping init servicesSan Mehat2009-05-151-0/+1
| | | | Signed-off-by: San Mehat <san@google.com>
* libsysutils: General clean up + disable build in simulator buildsSan Mehat2009-05-131-0/+9
| | | | Signed-off-by: San Mehat <san@google.com>
* Fix sim build (need explicit -lpthread).Andy McFadden2009-05-131-0/+4
|
* libsysutils: Add multiple client support and fix some bugsSan Mehat2009-05-101-1/+1
|
* libsysutils: New C++ system convenience librarySan Mehat2009-05-061-0/+21
This library contains re-usable classes for common system level daemons. Initial consumers of this library are 'nexus' and 'vold2' Signed-off-by: San Mehat <san@google.com>