No description
Find a file
Mike Lockwood 011a60c9ec logwrapper: switch from root to user/group "log" after forking child.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2008-11-01 15:35:28 -04:00
adb Initial Contribution 2008-10-21 07:00:00 -07:00
cpio Initial Contribution 2008-10-21 07:00:00 -07:00
debuggerd Initial Contribution 2008-10-21 07:00:00 -07:00
fastboot Initial Contribution 2008-10-21 07:00:00 -07:00
include Initial Contribution 2008-10-21 07:00:00 -07:00
init Set permissions for /dev/msm_snd. 2008-10-29 16:08:18 -07:00
libctest Initial Contribution 2008-10-21 07:00:00 -07:00
libcutils Initial Contribution 2008-10-21 07:00:00 -07:00
liblog Initial Contribution 2008-10-21 07:00:00 -07:00
libmincrypt Initial Contribution 2008-10-21 07:00:00 -07:00
libnetutils Initial Contribution 2008-10-21 07:00:00 -07:00
libpixelflinger Initial Contribution 2008-10-21 07:00:00 -07:00
libzipfile Initial Contribution 2008-10-21 07:00:00 -07:00
logcat Initial Contribution 2008-10-21 07:00:00 -07:00
logwrapper logwrapper: switch from root to user/group "log" after forking child. 2008-11-01 15:35:28 -04:00
mkbootimg Initial Contribution 2008-10-21 07:00:00 -07:00
mountd Initial Contribution 2008-10-21 07:00:00 -07:00
netcfg Initial Contribution 2008-10-21 07:00:00 -07:00
rootdir Initial Contribution 2008-10-21 07:00:00 -07:00
sh Initial Contribution 2008-10-21 07:00:00 -07:00
toolbox Initial Contribution 2008-10-21 07:00:00 -07:00
Android.mk Initial Contribution 2008-10-21 07:00:00 -07:00
README Initial Contribution 2008-10-21 07:00:00 -07:00

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