Go to file
Elliott Hughes a48decd47b Merge "Clean up libzipfile Android.mk" 2014-12-05 19:04:48 +00:00
adb Merge "Fix deadlocks." 2014-12-03 18:38:05 +00:00
adf
cpio
debuggerd Move debuggerd to libc++. 2014-11-15 16:35:30 -08:00
fastboot Merge "system: core: fastboot: Increase USB protocol buffer size to 1024" 2014-12-04 18:58:46 +00:00
fastbootd Add a missing include. 2014-11-21 11:03:17 -08:00
fs_mgr am af191cd1: am 6b66025f: Merge "fs_mgr: fix build breakage" 2014-10-09 14:25:31 +00:00
gpttool
healthd Healthd: Remove unused variables 2014-11-24 18:48:55 -08:00
include Only Windows doesn't have <sys/uio.h>. 2014-11-25 13:27:43 -08:00
init Init: Remove unused variables 2014-11-24 19:52:41 -08:00
libbacktrace Convert futex to cond wait. 2014-11-14 10:46:39 -08:00
libcutils Libcutils: Remove unused variable 2014-11-24 10:04:56 -08:00
libdiskconfig
libion Libion: Remove unused variables 2014-11-25 10:16:06 -08:00
liblog Only Windows doesn't have <sys/uio.h>. 2014-11-25 13:27:43 -08:00
libmemtrack
libmincrypt
libnativebridge am c6dead70: Merge "maybe fix mac build" 2014-11-02 14:25:08 +00:00
libnetutils Libnetutils: Remove unused functions & variables 2014-11-24 10:43:53 -08:00
libpixelflinger Remove dead code. 2014-12-03 19:35:16 -08:00
libprocessgroup Fix format string 2014-11-20 19:38:26 -08:00
libsparse
libsuspend Libsuspend: Remove unused variable 2014-11-24 18:53:44 -08:00
libsync Add gtest conformance tests for libsync. 2014-10-11 02:10:23 +00:00
libsysutils Fix formatting in 4df4dfedf6. 2014-11-10 15:50:30 -08:00
libusbhost am 0d8943c2: am e4c5b614: Merge "libusbhost: Fix IOCTL call during usb_request_cancel" 2014-08-12 21:05:43 +00:00
libutils Use __arm__ instead of ARCH_ARM. 2014-12-04 14:17:26 -08:00
libziparchive Libziparchive: Remove unused variable 2014-11-24 10:09:06 -08:00
libzipfile Clean up libzipfile Android.mk 2014-12-05 15:59:03 +00:00
lmkd Lmkd: Fix unused variables 2014-11-24 20:32:42 -08:00
logcat Remove unused variable 2014-11-24 20:01:45 +00:00
logd logd: throttle SELinux denials to 20/sec 2014-11-19 13:35:36 -08:00
logwrapper
mkbootimg
netcfg
reboot
rootdir Remove long-dead readtty. 2014-11-24 12:01:21 -08:00
run-as
sdcard sdcard: mount sdcard with the noexec option 2014-11-24 09:52:14 +01:00
toolbox Lose kill to toybox. 2014-12-04 20:08:26 -08:00
.gitignore
Android.mk
CleanSpec.mk
MODULE_LICENSE_APACHE2
NOTICE
README
ThirdPartyProject.prop

README

The system/ directory is intended for pieces of the world that are the
core of the embedded linux platform at the heart of Android.  These
essential bits are required for basic booting, operation, and debugging.

They should not depend on libraries outside of system/... (some of them
do currently -- they need to be updated or changed) and they should not
be required for the simulator build.

The license for all these pieces should be clean (Apache2, BSD, or MIT).

Currently system/bluetooth/... and system/extra/... have some pieces
with GPL/LGPL licensed code.

Assorted Issues:

- pppd depends on libutils for logging
- pppd depends on libcrypt/libcrypto
- init, linker, debuggerd, toolbox, usbd depend on libcutils
- should probably rename bionic to libc