Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
.gitignore | 03-Jun-2014 | 3 | |
adb/ | 03-Jun-2014 | ||
Android.mk | 03-Jun-2014 | 681 | |
charger/ | 03-Jun-2014 | ||
CleanSpec.mk | 03-Jun-2014 | 2.4K | |
cpio/ | 03-Jun-2014 | ||
debuggerd/ | 03-Jun-2014 | ||
fastboot/ | 03-Jun-2014 | ||
fastbootd/ | 03-Jun-2014 | ||
fs_mgr/ | 03-Jun-2014 | ||
gpttool/ | 03-Jun-2014 | ||
healthd/ | 03-Jun-2014 | ||
include/ | 03-Jun-2014 | ||
init/ | 03-Jun-2014 | ||
libcorkscrew/ | 03-Jun-2014 | ||
libctest/ | 03-Jun-2014 | ||
libcutils/ | 03-Jun-2014 | ||
libdiskconfig/ | 03-Jun-2014 | ||
libion/ | 03-Jun-2014 | ||
liblinenoise/ | 03-Jun-2014 | ||
liblog/ | 03-Jun-2014 | ||
libmemtrack/ | 03-Jun-2014 | ||
libmincrypt/ | 03-Jun-2014 | ||
libnetutils/ | 03-Jun-2014 | ||
libnl_2/ | 03-Jun-2014 | ||
libpixelflinger/ | 03-Jun-2014 | ||
libsparse/ | 03-Jun-2014 | ||
libsuspend/ | 03-Jun-2014 | ||
libsync/ | 03-Jun-2014 | ||
libsysutils/ | 03-Jun-2014 | ||
libusbhost/ | 03-Jun-2014 | ||
libutils/ | 03-Jun-2014 | ||
libzipfile/ | 03-Jun-2014 | ||
logcat/ | 03-Jun-2014 | ||
logwrapper/ | 03-Jun-2014 | ||
mkbootimg/ | 03-Jun-2014 | ||
MODULE_LICENSE_APACHE2 | 03-Jun-2014 | 0 | |
netcfg/ | 03-Jun-2014 | ||
NOTICE | 03-Jun-2014 | 17.3K | |
README | 03-Jun-2014 | 764 | |
reboot/ | 03-Jun-2014 | ||
rootdir/ | 03-Jun-2014 | ||
run-as/ | 03-Jun-2014 | ||
sdcard/ | 03-Jun-2014 | ||
sh/ | 03-Jun-2014 | ||
ThirdPartyProject.prop | 03-Jun-2014 | 249 | |
toolbox/ | 03-Jun-2014 |
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