Home | History | Annotate | only in /system/core
Up to higher level directory
NameDateSize
adb/25-Jul-2013
Android.mk25-Jul-2013681
charger/25-Jul-2013
CleanSpec.mk25-Jul-20132.3K
cpio/25-Jul-2013
debuggerd/25-Jul-2013
fastboot/25-Jul-2013
fs_mgr/25-Jul-2013
gpttool/25-Jul-2013
include/25-Jul-2013
init/25-Jul-2013
libcorkscrew/25-Jul-2013
libctest/25-Jul-2013
libcutils/25-Jul-2013
libdiskconfig/25-Jul-2013
libion/25-Jul-2013
liblinenoise/25-Jul-2013
liblog/25-Jul-2013
libmincrypt/25-Jul-2013
libnetutils/25-Jul-2013
libnl_2/25-Jul-2013
libpixelflinger/25-Jul-2013
libsparse/25-Jul-2013
libsuspend/25-Jul-2013
libsync/25-Jul-2013
libsysutils/25-Jul-2013
libusbhost/25-Jul-2013
libzipfile/25-Jul-2013
logcat/25-Jul-2013
logwrapper/25-Jul-2013
mkbootimg/25-Jul-2013
netcfg/25-Jul-2013
README25-Jul-2013764
rootdir/25-Jul-2013
run-as/25-Jul-2013
sdcard/25-Jul-2013
sh/25-Jul-2013
ThirdPartyProject.prop25-Jul-2013249
toolbox/25-Jul-2013

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