• Home
Name Date Size #Lines LOC

..--

adb/03-May-2024-16,05711,788

cpio/03-May-2024-276202

debuggerd/03-May-2024-2,6991,950

fastboot/03-May-2024-3,2582,234

include/03-May-2024-8,0023,238

init/03-May-2024-6,2264,686

libacc/03-May-2024-11,3849,426

libctest/03-May-2024-361263

libcutils/03-May-2024-10,8927,090

libdiskconfig/03-May-2024-1,137779

liblinenoise/03-May-2024-533351

liblog/03-May-2024-2,6351,760

libmincrypt/03-May-2024-705470

libnetutils/03-May-2024-2,0161,524

libpixelflinger/03-May-2024-15,17910,940

libsysutils/03-May-2024-820613

libzipfile/03-May-2024-794622

logcat/03-May-2024-1,178951

logwrapper/03-May-2024-381296

mkbootimg/03-May-2024-372237

netcfg/03-May-2024-384302

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

rootdir/03-May-2024-1,094916

run-as/03-May-2024-897512

sdcard/03-May-2024-1,3861,001

sh/03-May-2024-25,28218,662

toolbox/03-May-2024-10,7598,568

.gitignoreD03-May-20243

Android.mkD03-May-2024933 3114

CleanSpec.mkD03-May-20242.2 KiB500

READMED03-May-2024764 2114

ThirdPartyProject.propD03-May-2024249 1110

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