Home | History | Annotate | only in /system/core
Up to higher level directory
NameDateSize
.gitignore04-Nov-20143
adb/04-Nov-2014
adf/04-Nov-2014
Android.mk04-Nov-2014681
CleanSpec.mk04-Nov-20142.6K
cpio/04-Nov-2014
debuggerd/04-Nov-2014
fastboot/04-Nov-2014
fastbootd/04-Nov-2014
fs_mgr/04-Nov-2014
gpttool/04-Nov-2014
healthd/04-Nov-2014
include/04-Nov-2014
init/04-Nov-2014
libbacktrace/04-Nov-2014
libcutils/04-Nov-2014
libdiskconfig/04-Nov-2014
libion/04-Nov-2014
liblog/04-Nov-2014
libmemtrack/04-Nov-2014
libmincrypt/04-Nov-2014
libnativebridge/04-Nov-2014
libnetutils/04-Nov-2014
libpixelflinger/04-Nov-2014
libprocessgroup/04-Nov-2014
libsparse/04-Nov-2014
libsuspend/04-Nov-2014
libsync/04-Nov-2014
libsysutils/04-Nov-2014
libusbhost/04-Nov-2014
libutils/04-Nov-2014
libziparchive/04-Nov-2014
libzipfile/04-Nov-2014
lmkd/04-Nov-2014
logcat/04-Nov-2014
logd/04-Nov-2014
logwrapper/04-Nov-2014
mkbootimg/04-Nov-2014
MODULE_LICENSE_APACHE204-Nov-20140
netcfg/04-Nov-2014
NOTICE04-Nov-201417.3K
README04-Nov-2014764
reboot/04-Nov-2014
rootdir/04-Nov-2014
run-as/04-Nov-2014
sdcard/04-Nov-2014
ThirdPartyProject.prop04-Nov-2014249
toolbox/04-Nov-2014

README

      1 
      2 The system/ directory is intended for pieces of the world that are the
      3 core of the embedded linux platform at the heart of Android.  These
      4 essential bits are required for basic booting, operation, and debugging.
      5 
      6 They should not depend on libraries outside of system/... (some of them
      7 do currently -- they need to be updated or changed) and they should not
      8 be required for the simulator build.
      9 
     10 The license for all these pieces should be clean (Apache2, BSD, or MIT).
     11 
     12 Currently system/bluetooth/... and system/extra/... have some pieces
     13 with GPL/LGPL licensed code.
     14 
     15 Assorted 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