Home | History | Annotate | only in /system/core
Up to higher level directory
NameDateSize
.gitignore06-Aug-20153
adb/06-Aug-2015
adf/06-Aug-2015
Android.mk06-Aug-2015681
CleanSpec.mk06-Aug-20152.6K
cpio/06-Aug-2015
debuggerd/06-Aug-2015
fastboot/06-Aug-2015
fastbootd/06-Aug-2015
fs_mgr/06-Aug-2015
gpttool/06-Aug-2015
healthd/06-Aug-2015
include/06-Aug-2015
init/06-Aug-2015
libbacktrace/06-Aug-2015
libcutils/06-Aug-2015
libdiskconfig/06-Aug-2015
libion/06-Aug-2015
liblog/06-Aug-2015
libmemtrack/06-Aug-2015
libmincrypt/06-Aug-2015
libnativebridge/06-Aug-2015
libnetutils/06-Aug-2015
libpixelflinger/06-Aug-2015
libprocessgroup/06-Aug-2015
libsparse/06-Aug-2015
libsuspend/06-Aug-2015
libsync/06-Aug-2015
libsysutils/06-Aug-2015
libusbhost/06-Aug-2015
libutils/06-Aug-2015
libziparchive/06-Aug-2015
libzipfile/06-Aug-2015
lmkd/06-Aug-2015
logcat/06-Aug-2015
logd/06-Aug-2015
logwrapper/06-Aug-2015
mkbootimg/06-Aug-2015
MODULE_LICENSE_APACHE206-Aug-20150
netcfg/06-Aug-2015
NOTICE06-Aug-201517.3K
README06-Aug-2015764
reboot/06-Aug-2015
rootdir/06-Aug-2015
run-as/06-Aug-2015
sdcard/06-Aug-2015
ThirdPartyProject.prop06-Aug-2015249
toolbox/06-Aug-2015

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