Go to file
Elliott Hughes ffe4d9cdc7 Merge "toybox has md5sum, so lose toolbox's md5." 2014-12-12 03:07:54 +00:00
adb Remove unused local variable. 2014-12-10 14:14:09 -08:00
adf
cpio
debuggerd Make crasher smash-stack work. 2014-12-11 17:49:12 -08:00
fastboot kill libunz 2014-12-09 22:24:07 -08:00
fastbootd Fix clang compiler warning. 2014-12-11 12:38:46 -08:00
fs_mgr Fix Nick's nits 2014-12-09 19:38:23 -08:00
gpttool
healthd Healthd: Remove unused variables 2014-11-24 18:48:55 -08:00
include Merge "Remove incompatible Unicode compatibility types." 2014-12-12 02:42:30 +00:00
init Move property_context label handling to libselinux. 2014-12-10 13:21:17 -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 libusbhost: Fix IOCTL call during usb_request_cancel 2014-08-07 14:58:31 -07:00
libutils Clean up libutils Android.mk 2014-12-06 09:27:19 +00:00
libziparchive Merge "Reject zip archives whose entry names are not valid UTF-8." 2014-12-08 13:08:34 +00: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 logcat: use liblog to determine -b all list 2014-12-05 20:14:30 +00:00
logd logd: auditd remove logDmesg method 2014-12-05 20:56:44 +00:00
logwrapper Fix "ptsname is not thread-safe; use ptsname_r instead" build break. 2014-07-29 11:08:57 -07:00
mkbootimg
netcfg Cleanup: Delete dead code. 2014-07-22 15:00:21 -07:00
reboot
rootdir Remove long-dead readtty. 2014-11-24 12:01:21 -08:00
run-as
sdcard Merge "Allow updates for open file descriptors" 2014-12-10 18:50:08 +00:00
toolbox toybox has md5sum, so lose toolbox's md5. 2014-12-11 18:56:38 -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