NameDateSize

..02-Jul-20154 KiB

.gitignore02-Jul-20153

adb/02-Jul-20154 KiB

adf/02-Jul-20154 KiB

Android.mk02-Jul-2015681

CleanSpec.mk02-Jul-20152.6 KiB

cpio/02-Jul-20154 KiB

debuggerd/02-Jul-20154 KiB

fastboot/02-Jul-20154 KiB

fastbootd/02-Jul-20154 KiB

fs_mgr/02-Jul-20154 KiB

gpttool/02-Jul-20154 KiB

healthd/02-Jul-20154 KiB

include/02-Jul-20154 KiB

init/02-Jul-20154 KiB

libbacktrace/02-Jul-20154 KiB

libcutils/02-Jul-20154 KiB

libdiskconfig/02-Jul-20154 KiB

libion/02-Jul-20154 KiB

liblog/02-Jul-20154 KiB

libmemtrack/02-Jul-20154 KiB

libmincrypt/02-Jul-20154 KiB

libnativebridge/02-Jul-20154 KiB

libnetutils/02-Jul-20154 KiB

libpixelflinger/02-Jul-20154 KiB

libprocessgroup/02-Jul-20154 KiB

libsparse/02-Jul-20154 KiB

libsuspend/02-Jul-20154 KiB

libsync/02-Jul-20154 KiB

libsysutils/02-Jul-20154 KiB

libusbhost/02-Jul-20154 KiB

libutils/02-Jul-20154 KiB

libziparchive/02-Jul-20154 KiB

libzipfile/02-Jul-20154 KiB

lmkd/02-Jul-20154 KiB

logcat/02-Jul-20154 KiB

logd/02-Jul-20154 KiB

logwrapper/02-Jul-20154 KiB

mkbootimg/02-Jul-20154 KiB

MODULE_LICENSE_APACHE202-Jul-20150

netcfg/02-Jul-20154 KiB

NOTICE02-Jul-201517.3 KiB

README02-Jul-2015764

reboot/02-Jul-20154 KiB

rootdir/02-Jul-20154 KiB

run-as/02-Jul-20154 KiB

sdcard/02-Jul-20154 KiB

ThirdPartyProject.prop02-Jul-2015249

toolbox/02-Jul-20154 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