Go to file
Badhri Jagan Sridharan 0be19a53cf Merge "libusbhost: Fix IOCTL call during usb_request_cancel" into lmp-dev 2014-08-12 20:02:46 +00:00
adb Fix build of adb with gcc-4.9. 2014-08-06 10:59:53 -07:00
adf
cpio
debuggerd Do not suppress maps dump when si_addr<PAGE_SIZE 2014-08-11 10:01:58 -07:00
fastboot Scan all descriptors when checking for fastboot [DO NOT MERGE] 2014-07-17 10:07:19 -07:00
fastbootd
fs_mgr [HACK]fs_mgr+init: Format via recovery if encryptable /data is wiped 2014-07-02 14:28:50 -07:00
gpttool
healthd healthd: Reports arbitrary numbers for capacity and temperature when 2014-07-11 01:19:28 +00:00
include Merge "Tunneled Video Playback support" into lmp-dev 2014-08-09 00:51:24 +00:00
init Clarify init's write command. 2014-07-25 15:49:44 -07:00
libbacktrace Add uncached argument to BacktraceMap::Create on darwin 2014-08-05 00:48:45 -07:00
libcutils Remove invalid 64-bit host objects. 2014-07-25 10:39:38 -07:00
libdiskconfig
libion
liblog Remove invalid 64-bit host objects. 2014-07-25 10:39:38 -07:00
libmemtrack
libmincrypt
libnetutils Add a comment to not delete seemingly unused code. 2014-07-23 11:33:36 -07:00
libpixelflinger
libprocessgroup Add libprocessgroup 2014-07-09 17:24:39 -07:00
libsparse
libsuspend
libsync
libsysutils
libusbhost libusbhost: Fix IOCTL call during usb_request_cancel 2014-08-07 01:13:31 +00:00
libutils Exclude bionic private headers from include path 2014-07-31 11:16:01 -07:00
libziparchive Prevent the accidental closure of fd[0] for missing zip files. 2014-07-28 08:41:26 +00:00
libzipfile
lmkd lmkd: kill a process if zoneinfo can't be read 2014-07-14 17:41:17 -07:00
logcat logcat: test: logrotate flags 2014-07-24 22:20:51 +00:00
logd logd: persistent reader threads 2014-08-08 07:40:33 -07: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 the /dev/.booting file before triggering boot. 2014-07-22 00:23:30 -07:00
run-as
sdcard Fix sdcard truncates. 2014-07-31 12:03:03 -07:00
toolbox Refresh toolbox. 2014-07-25 10:51:19 -07:00
.gitignore
Android.mk
CleanSpec.mk add cleanspec for lmkd 2014-07-10 14:26:57 -07:00
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