NameDateSize

..17-Jul-20124 KiB

.gitignore17-Jul-20123

adb/17-Jul-20124 KiB

Android.mk17-Jul-2012933

CleanSpec.mk17-Jul-20122.2 KiB

cpio/17-Jul-20124 KiB

debuggerd/17-Jul-20124 KiB

fastboot/17-Jul-20124 KiB

include/17-Jul-20124 KiB

init/17-Jul-20124 KiB

libacc/17-Jul-20124 KiB

libctest/17-Jul-20124 KiB

libcutils/17-Jul-20124 KiB

libdiskconfig/17-Jul-20124 KiB

liblinenoise/17-Jul-20124 KiB

liblog/17-Jul-20124 KiB

libmincrypt/17-Jul-20124 KiB

libnetutils/17-Jul-20124 KiB

libpixelflinger/17-Jul-20124 KiB

libsysutils/17-Jul-20124 KiB

libzipfile/17-Jul-20124 KiB

logcat/17-Jul-20124 KiB

logwrapper/17-Jul-20124 KiB

mkbootimg/17-Jul-20124 KiB

netcfg/17-Jul-20124 KiB

nexus/17-Jul-20124 KiB

README17-Jul-2012764

rootdir/17-Jul-20124 KiB

run-as/17-Jul-20124 KiB

sdcard/17-Jul-20124 KiB

sh/17-Jul-20124 KiB

ThirdPartyProject.prop17-Jul-2012249

toolbox/17-Jul-20124 KiB

README

1
2The system/ directory is intended for pieces of the world that are the
3core of the embedded linux platform at the heart of Android.  These
4essential bits are required for basic booting, operation, and debugging.
5
6They should not depend on libraries outside of system/... (some of them
7do currently -- they need to be updated or changed) and they should not
8be required for the simulator build.
9
10The license for all these pieces should be clean (Apache2, BSD, or MIT).
11
12Currently system/bluetooth/... and system/extra/... have some pieces
13with GPL/LGPL licensed code.
14
15Assorted Issues:
16
17- pppd depends on libutils for logging
18- pppd depends on libcrypt/libcrypto
19- init, linker, debuggerd, toolbox, usbd depend on libcutils
20- should probably rename bionic to libc
21