• Home
Name Date Size #Lines LOC

..--

adb/03-May-2024-17,59712,906

charger/03-May-2024-1,040800

cpio/03-May-2024-366273

debuggerd/03-May-2024-2,5601,876

fastboot/03-May-2024-3,5832,483

fs_mgr/03-May-2024-865547

gpttool/03-May-2024-392316

include/03-May-2024-11,9464,860

init/03-May-2024-7,1485,425

libcorkscrew/03-May-2024-2,1371,503

libctest/03-May-2024-361263

libcutils/03-May-2024-13,4949,034

libdiskconfig/03-May-2024-1,142787

libion/03-May-2024-434365

liblinenoise/03-May-2024-533351

liblog/03-May-2024-2,6921,791

libmincrypt/03-May-2024-705470

libnetutils/03-May-2024-2,5701,923

libnl_2/03-May-2024-1,403858

libpixelflinger/03-May-2024-16,03511,619

libsuspend/03-May-2024-610378

libsync/03-May-2024-279192

libsysutils/03-May-2024-1,187876

libusbhost/03-May-2024-633480

libzipfile/03-May-2024-794622

logcat/03-May-2024-1,133910

logwrapper/03-May-2024-386299

mkbootimg/03-May-2024-372237

netcfg/03-May-2024-397313

rootdir/03-May-2024-1,3371,113

run-as/03-May-2024-930538

sdcard/03-May-2024-1,6171,181

sh/03-May-2024-25,29918,673

toolbox/03-May-2024-12,90510,412

.gitignoreD03-May-20243

Android.mkD03-May-2024681 192

CleanSpec.mkD03-May-20242.3 KiB532

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