• Home
Name Date Size #Lines LOC

..--

adb/03-May-2024-15,31411,287

cpio/03-May-2024-276202

debuggerd/03-May-2024-2,5571,818

fastboot/03-May-2024-3,1792,170

include/03-May-2024-6,6002,605

init/03-May-2024-5,2674,083

libacc/03-May-2024-11,1139,182

libctest/03-May-2024-361263

libcutils/03-May-2024-11,1147,209

liblog/03-May-2024-2,5921,731

libmincrypt/03-May-2024-705470

libnetutils/03-May-2024-1,9351,463

libpixelflinger/03-May-2024-14,72810,640

libsysutils/03-May-2024-770569

libzipfile/03-May-2024-794622

logcat/03-May-2024-1,189955

logwrapper/03-May-2024-381296

mkbootimg/03-May-2024-365230

netcfg/03-May-2024-384302

nexus/03-May-2024-8,3865,730

rootdir/03-May-2024-913757

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

toolbox/03-May-2024-9,9357,918

vold/03-May-2024-5,3903,697

.gitignoreD03-May-20243

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