Home | History | Annotate | only in /system/core
Up to higher level directory
NameDateSize
.gitignore10-Oct-20123
adb/10-Oct-2012
Android.mk10-Oct-2012681
charger/10-Oct-2012
CleanSpec.mk10-Oct-20122.3K
cpio/10-Oct-2012
debuggerd/10-Oct-2012
fastboot/10-Oct-2012
fs_mgr/10-Oct-2012
gpttool/10-Oct-2012
include/10-Oct-2012
init/10-Oct-2012
libcorkscrew/10-Oct-2012
libctest/10-Oct-2012
libcutils/10-Oct-2012
libdiskconfig/10-Oct-2012
libion/10-Oct-2012
liblinenoise/10-Oct-2012
liblog/10-Oct-2012
libmincrypt/10-Oct-2012
libnetutils/10-Oct-2012
libnl_2/10-Oct-2012
libpixelflinger/10-Oct-2012
libsuspend/10-Oct-2012
libsync/10-Oct-2012
libsysutils/10-Oct-2012
libusbhost/10-Oct-2012
libzipfile/10-Oct-2012
logcat/10-Oct-2012
logwrapper/10-Oct-2012
mkbootimg/10-Oct-2012
netcfg/10-Oct-2012
README10-Oct-2012764
rootdir/10-Oct-2012
run-as/10-Oct-2012
sdcard/10-Oct-2012
sh/10-Oct-2012
ThirdPartyProject.prop10-Oct-2012249
toolbox/10-Oct-2012

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