summaryrefslogtreecommitdiffstats
path: root/libsysutils/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* core: Add some static librariesSteve Kondik2015-11-041-8/+13
| | | | | | * Add static versions of libdiskconfig and libsysutils for MiniVold Change-Id: I9ea9498dcff3f094bbcbb1e05e6d10bc9b83ac74
* Remove obsolete BUILD_TINY_ANDROID check from libsysutils makefileTrevor Drake2015-01-241-3/+0
| | | | Change-Id: I3cd1430b1555a5cd27b31ed3eebc1663f43e7b3b
* Extend to receive NFLOG packets.Jeff Sharkey2015-01-151-3/+4
| | | | | | | | | Packets captured and logged by the NFLOG target are unicast, so extend to catch and decode them. To avoid escaping issues, the raw contents are passed around as hex strings. Bug: 18335678 Change-Id: Ib7299500baa00080a1f000f9da843eb527363353
* libsysutil: turn on -Werror (part deux)Mark Salyzyn2014-05-011-1/+1
| | | | | | - x86_64 format warnings Change-Id: I81c2702f564bcada946f6a10f34bbf34c90f766b
* libsysutil: turn off -WerrorMark Salyzyn2014-04-301-1/+1
| | | | | | temporary to work out issue with git_mirror-asop-master build Change-Id: Ie65c65abb0a70dc134fded15db8b9d98e1701edd
* libsysutils: turn on -WerrorMark Salyzyn2014-04-301-1/+1
| | | | | | - Deal with some -Wunused / -Wunused-variable issues Change-Id: I428a0032a8743c68c97f528d5f305ba63fee1d29
* system/core: remove $(KERNEL_HEADERS) from includesColin Cross2014-01-221-1/+1
| | | | | | | | The kernel headers are already in the include path, and manually adding them again will break on a multiarch build, where the kernel headers may be different for each arch. Change-Id: Ib13d96543f2c97b1b487a46e1748ceb2c5724169
* 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>