No description
Find a file
The Android Open Source Project 4f6e8d7a00 Initial Contribution
2008-10-21 07:00:00 -07: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 Initial Contribution 2008-10-21 07:00:00 -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 Initial Contribution 2008-10-21 07:00:00 -07: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