Go to file
Sreeram Ramachandran 759356bbd8 Merge "Cleanup: Delete dead code." into lmp-dev 2014-07-22 16:13:36 +00:00
adb Merge "adb: set O_CLOEXEC on lots of file descriptors" into lmp-dev 2014-07-21 15:42:19 +00:00
adf
cpio
debuggerd debuggerd: use O_NOFOLLOW|O_CLOEXEC for tombstones 2014-07-16 20:08:41 -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 Cleanup: Delete dead code. 2014-07-22 15:00:21 -07:00
init Move unlink("/dev/.booting") until after filesystems are mounted. 2014-07-14 13:17:43 -07:00
libbacktrace am 38dda3b8: am c309b97e: am e4022279: Merge "libbacktrace_libc++ needs to be multilib on the Mac too." 2014-06-25 10:15:34 +00:00
libcutils Move sched_policy.c off bionic's PR_SET_TIMERSLACK_PID. 2014-07-17 17:15:14 -07:00
libdiskconfig
libion
liblog logd_write: set SOCK_CLOEXEC on socket 2014-07-02 22:30:39 -07:00
libmemtrack
libmincrypt
libnetutils Cleanup: Delete dead code. 2014-07-22 15:00:21 -07:00
libpixelflinger Build pixelflinger tests as native tests, not executables. 2014-06-26 13:22:44 +01:00
libprocessgroup Add libprocessgroup 2014-07-09 17:24:39 -07:00
libsparse
libsuspend
libsync
libsysutils Support parsing netlink route messages. 2014-06-21 10:55:07 +09:00
libusbhost
libutils
libziparchive Enable host multilib for ART testing. 2014-06-17 01:50:25 -07:00
libzipfile
lmkd lmkd: kill a process if zoneinfo can't be read 2014-07-14 17:41:17 -07:00
logcat am 9a357b88: am badc23f8: am f6ef1f53: Merge "logcat: parse failure for -n <KBsize> and -r <rotate limit>" 2014-07-07 18:22:43 +00:00
logd Fix implicit declaration of function 'prctl' in logd. 2014-07-18 17:40:52 -07:00
logwrapper
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 am f043f061: am 060b6ecb: am 6e141aea: Merge "Fix sdcard\'s FUSE_FSYNCDIR handling." 2014-07-09 12:16:46 +00:00
toolbox Stop and start netd explicitly for "adb shell stop/start". DO NOT MERGE 2014-07-22 22:43:42 +00: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