Go to file
Glenn Kasten 38e5f07c0f toolbox: Add nohup command
Change-Id: I2f7d9934b54d98886d7a6205ea122d9ce91066ec
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
2014-06-11 11:10:28 -07:00
adb adb: avoid leaking file descriptors 2014-06-05 20:26:25 -07:00
adf
charger
cpio
debuggerd Merge "Adding ABI output to debuggerd tombstones." 2014-06-04 21:11:47 +00:00
fastboot
fastbootd
fs_mgr
gpttool
healthd
include Make su 04750 2014-06-08 15:14:42 -07:00
init Only allow disabling SELinux on userdebug / eng builds 2014-06-02 20:56:04 -07:00
libbacktrace Only copy mcontext data from sigcontext. 2014-05-23 15:11:26 -07:00
libcutils Port libcutils memset16/32 to x86_64. 2014-06-05 18:51:44 -07:00
libdiskconfig
libion
liblog Host multilib build of both 32-bit and 64-bit libraries. 2014-06-05 15:26:22 -07:00
libmemtrack
libmincrypt
libnetutils
libnl_2 DO NOT MERGE: Revert "delete libnl_2" 2014-06-04 08:15:48 -07:00
libpixelflinger [MIPS64] Use generic cpu-independent libpixelflinger for mips64 2014-06-03 16:53:12 -07:00
libsparse
libsuspend
libsync
libsysutils
libusbhost
libutils Host multilib build of both 32-bit and 64-bit libraries. 2014-06-05 15:26:22 -07:00
libziparchive Replace hand written offsets with structures. 2014-06-10 10:36:34 +01:00
libzipfile Build host with multilib both enabled. 2014-06-05 11:42:26 -07:00
logcat logd: logcat: debuggerd: audit logs to events and main 2014-05-27 14:29:56 -07:00
logd logd: logcat unexpected EOF on slow consoles 2014-06-06 15:08:37 +00:00
logwrapper
mkbootimg
netcfg
reboot
rootdir Merge "Create world-searchable /data/misc/user directory" 2014-06-05 17:07:43 +00:00
run-as
sdcard
toolbox toolbox: Add nohup command 2014-06-11 11:10:28 -07: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