Home | History | Annotate | only in /system/core
Up to higher level directory
NameDateSize
adb/28-Mar-2012
Android.mk28-Mar-2012681
charger/28-Mar-2012
CleanSpec.mk28-Mar-20122.3K
cpio/28-Mar-2012
debuggerd/28-Mar-2012
fastboot/28-Mar-2012
gpttool/28-Mar-2012
include/28-Mar-2012
init/28-Mar-2012
libctest/28-Mar-2012
libcutils/28-Mar-2012
libdiskconfig/28-Mar-2012
liblinenoise/28-Mar-2012
liblog/28-Mar-2012
libmincrypt/28-Mar-2012
libnetutils/28-Mar-2012
libnl_2/29-Mar-2012
libpixelflinger/28-Mar-2012
libsysutils/28-Mar-2012
libusbhost/28-Mar-2012
libzipfile/28-Mar-2012
logcat/28-Mar-2012
logwrapper/28-Mar-2012
mkbootimg/28-Mar-2012
netcfg/28-Mar-2012
nexus/28-Mar-2012
README28-Mar-2012764
rootdir/28-Mar-2012
run-as/28-Mar-2012
sdcard/28-Mar-2012
sh/28-Mar-2012
ThirdPartyProject.prop28-Mar-2012249
toolbox/28-Mar-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