• Home
Name Date Size #Lines LOC

..--

adb/03-May-2024-14,90810,962

cpio/03-May-2024-276202

debuggerd/03-May-2024-2,5671,830

fastboot/03-May-2024-3,1722,164

include/03-May-2024-5,9112,439

init/03-May-2024-5,1123,956

libctest/03-May-2024-361263

libcutils/03-May-2024-10,4796,786

liblog/03-May-2024-2,5971,736

libmincrypt/03-May-2024-540343

libnetutils/03-May-2024-1,9251,455

libpixelflinger/03-May-2024-14,70510,631

libsysutils/03-May-2024-683488

libzipfile/03-May-2024-797624

logcat/03-May-2024-1,143915

logwrapper/03-May-2024-381296

mkbootimg/03-May-2024-365230

netcfg/03-May-2024-384302

nexus/03-May-2024-6,0463,780

rootdir/03-May-2024-836706

sh/03-May-2024-25,23418,619

toolbox/03-May-2024-9,8547,853

vold/03-May-2024-5,3453,664

Android.mkD03-May-2024933 3114

READMED03-May-2024764 2114

README

1
2The system/ directory is intended for pieces of the world that are the
3core of the embedded linux platform at the heart of Android.  These
4essential bits are required for basic booting, operation, and debugging.
5
6They should not depend on libraries outside of system/... (some of them
7do currently -- they need to be updated or changed) and they should not
8be required for the simulator build.
9
10The license for all these pieces should be clean (Apache2, BSD, or MIT).
11
12Currently system/bluetooth/... and system/extra/... have some pieces
13with GPL/LGPL licensed code.
14
15Assorted 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