• Home
Name Date Size #Lines LOC

..--

adb/03-May-2024-20,01414,863

adf/03-May-2024-1,5551,025

cpio/03-May-2024-372278

debuggerd/03-May-2024-3,1312,332

fastboot/03-May-2024-4,4793,146

fastbootd/03-May-2024-4,9843,141

fs_mgr/03-May-2024-1,8771,275

gpttool/03-May-2024-389315

healthd/03-May-2024-2,1431,530

include/03-May-2024-20,97910,756

init/03-May-2024-7,9276,020

libbacktrace/03-May-2024-2,9481,939

libcutils/03-May-2024-9,4326,544

libdiskconfig/03-May-2024-1,172811

libion/03-May-2024-2,4341,581

liblog/03-May-2024-6,6074,688

libmemtrack/03-May-2024-367260

libmincrypt/03-May-2024-3,9712,640

libnativebridge/03-May-2024-800479

libnetutils/03-May-2024-2,3201,726

libpixelflinger/03-May-2024-24,44217,647

libprocessgroup/03-May-2024-466320

libsparse/03-May-2024-3,4582,318

libsuspend/03-May-2024-758500

libsync/03-May-2024-1,025703

libsysutils/03-May-2024-1,6931,240

libusbhost/03-May-2024-760582

libutils/03-May-2024-10,8917,809

libziparchive/03-May-2024-1,536972

libzipfile/03-May-2024-772597

lmkd/03-May-2024-845653

logcat/03-May-2024-2,1231,628

logd/03-May-2024-5,3083,671

logwrapper/03-May-2024-982687

mkbootimg/03-May-2024-395257

netcfg/03-May-2024-392312

reboot/03-May-2024-9456

rootdir/03-May-2024-1,3161,115

run-as/03-May-2024-978562

sdcard/03-May-2024-1,9551,528

toolbox/03-May-2024-21,03615,823

.gitignoreD03-May-20243

Android.mkD03-May-2024681 192

CleanSpec.mkD03-May-20242.6 KiB576

MODULE_LICENSE_APACHE2D03-May-20240

NOTICED03-May-202417.3 KiB325266

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