NameDateSize

..26-Sep-20134 KiB

.gitignore26-Sep-20133

adb/26-Sep-20134 KiB

Android.mk26-Sep-2013681

charger/26-Sep-20134 KiB

CleanSpec.mk26-Sep-20132.3 KiB

cpio/26-Sep-20134 KiB

debuggerd/26-Sep-20134 KiB

fastboot/26-Sep-20134 KiB

gpttool/26-Sep-20134 KiB

include/26-Sep-20134 KiB

init/26-Sep-20134 KiB

libctest/26-Sep-20134 KiB

libcutils/26-Sep-20134 KiB

libdiskconfig/26-Sep-20134 KiB

liblinenoise/26-Sep-20134 KiB

liblog/26-Sep-20134 KiB

libmincrypt/26-Sep-20134 KiB

libnetutils/26-Sep-20134 KiB

libnl_2/26-Sep-20134 KiB

libpixelflinger/26-Sep-20134 KiB

libsysutils/26-Sep-20134 KiB

libusbhost/26-Sep-20134 KiB

libzipfile/26-Sep-20134 KiB

logcat/26-Sep-20134 KiB

logwrapper/26-Sep-20134 KiB

mkbootimg/26-Sep-20134 KiB

netcfg/26-Sep-20134 KiB

nexus/26-Sep-20134 KiB

README26-Sep-2013764

rootdir/26-Sep-20134 KiB

run-as/26-Sep-20134 KiB

sdcard/26-Sep-20134 KiB

sh/26-Sep-20134 KiB

ThirdPartyProject.prop26-Sep-2013249

toolbox/26-Sep-20134 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