| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| adb/ | 09-Oct-2013 | ||
| Android.mk | 09-Oct-2013 | 681 | |
| charger/ | 09-Oct-2013 | ||
| CleanSpec.mk | 09-Oct-2013 | 2.3K | |
| cpio/ | 09-Oct-2013 | ||
| debuggerd/ | 09-Oct-2013 | ||
| fastboot/ | 09-Oct-2013 | ||
| fs_mgr/ | 09-Oct-2013 | ||
| gpttool/ | 09-Oct-2013 | ||
| include/ | 09-Oct-2013 | ||
| init/ | 09-Oct-2013 | ||
| libcorkscrew/ | 09-Oct-2013 | ||
| libctest/ | 09-Oct-2013 | ||
| libcutils/ | 09-Oct-2013 | ||
| libdiskconfig/ | 09-Oct-2013 | ||
| libion/ | 09-Oct-2013 | ||
| liblinenoise/ | 09-Oct-2013 | ||
| liblog/ | 09-Oct-2013 | ||
| libmincrypt/ | 09-Oct-2013 | ||
| libnetutils/ | 09-Oct-2013 | ||
| libnl_2/ | 09-Oct-2013 | ||
| libpixelflinger/ | 09-Oct-2013 | ||
| libsparse/ | 09-Oct-2013 | ||
| libsuspend/ | 09-Oct-2013 | ||
| libsync/ | 09-Oct-2013 | ||
| libsysutils/ | 09-Oct-2013 | ||
| libusbhost/ | 09-Oct-2013 | ||
| libzipfile/ | 09-Oct-2013 | ||
| logcat/ | 09-Oct-2013 | ||
| logwrapper/ | 09-Oct-2013 | ||
| mkbootimg/ | 09-Oct-2013 | ||
| netcfg/ | 09-Oct-2013 | ||
| README | 09-Oct-2013 | 764 | |
| rootdir/ | 09-Oct-2013 | ||
| run-as/ | 09-Oct-2013 | ||
| sdcard/ | 09-Oct-2013 | ||
| sh/ | 09-Oct-2013 | ||
| ThirdPartyProject.prop | 09-Oct-2013 | 249 | |
| toolbox/ | 09-Oct-2013 | ||
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