Go to file
Mohamad Ayyash 38afe5f4ba fs_mgr: Ensure mount_all will process all fstab entries despite logging errors.
Change-Id: I0d58dd17d979b749a9ac03567cf2d395f9782f10
2014-03-12 12:44:18 -07:00
adb am 44390474: Merge "adb: Don\'t unlink special files on sync failure." 2014-03-08 01:56:37 +00:00
adf
cpio
debuggerd am c5f3e0dc: am 594f0917: am a6b77056: Merge "build debuggerd and debuggerd64 on 64-bit architectures" 2014-02-13 20:38:00 +00:00
fastboot
fastbootd system/core LP64 cleanup. 2014-02-05 18:02:11 -08:00
fs_mgr fs_mgr: Ensure mount_all will process all fstab entries despite logging errors. 2014-03-12 12:44:18 -07:00
gpttool
healthd remove pixelflinger from healthd 2014-03-11 12:25:41 -07:00
include am db480f75: am 6a58c4f3: am 33e86e00: Merge "libcutils: add method to get klog level" 2014-03-08 05:46:35 +00:00
init am 27514f6d: am f2d09863: am 9f4d558e: Merge "ueventd: easier debug logging" 2014-03-08 05:46:40 +00:00
libbacktrace am a6631bb3: am 3bcefc66: am 62f12bd9: Merge "Enable libunwind for mips." 2014-02-26 22:39:08 +00:00
libcorkscrew Fix mips build. 2014-02-01 12:23:03 -08:00
libctest
libcutils Merge "libcutils: 64-bit compile issues" 2014-03-07 23:33:31 +00:00
libdiskconfig
libion
liblog logd: liblog: 64-bit issues 2014-03-05 16:12:28 -08:00
libmemtrack
libmincrypt
libnetutils
libnl_2 am b30b159f: am 61e92a02: am 68835ee8: Merge "system/core LP64 cleanup." 2014-02-06 03:07:48 +00:00
libpixelflinger Fix the build for NEON in libpixelflinger 2014-03-06 15:53:27 +00:00
libsparse am d9f1702a: am 2b6791d0: am 0577a067: Merge "libsparse: deal with build warning messages" 2014-02-28 17:10:02 +00:00
libsuspend Add ability to have a callback when wakeups happen. 2014-03-07 11:00:39 -08:00
libsync
libsysutils set /proc/sys/net/unix/max_dgram_qlen to large value 2014-03-03 12:48:00 -08:00
libusbhost am 74a41f5a: am b659ffd7: am deb3eecd: Merge "Fix the definition of LOCAL_PATH in libusbhost/Android.mk" 2014-02-22 08:28:52 +00:00
libutils Add NativeHandle, a refcounted C++ wrapper around a native_handle_t* 2014-03-05 16:12:41 -08:00
libziparchive Add free to CloseArchive. 2014-03-04 17:44:58 -08:00
libzipfile
lmkd
logcat logcat: test: add clear and blocking check 2014-02-26 09:52:02 -08:00
logd logd: liblog: 64-bit issues 2014-03-05 16:12:28 -08:00
logwrapper
mkbootimg
netcfg
reboot Use the getopt function in compliance with the standard. 2014-03-02 18:35:49 +00:00
rootdir am 00eaae3a: am 556c9c24: am 858d0dd1: Merge "set /proc/sys/net/unix/max_dgram_qlen to large value" 2014-03-04 01:00:21 +00:00
run-as
sdcard Handle FUSE_FSYNCDIR as FUSE_FSYNC 2014-02-19 20:33:50 +00:00
toolbox am 6bb6372b: am 508240c3: am 2a16a584: Merge "fix: making lsof show devies and loaded .so file names correctly" 2014-03-04 20:16:46 +00:00
.gitignore
Android.mk
CleanSpec.mk
MODULE_LICENSE_APACHE2
NOTICE
README
ThirdPartyProject.prop

README

The system/ directory is intended for pieces of the world that are the
core of the embedded linux platform at the heart of Android.  These
essential bits are required for basic booting, operation, and debugging.

They should not depend on libraries outside of system/... (some of them
do currently -- they need to be updated or changed) and they should not
be required for the simulator build.

The license for all these pieces should be clean (Apache2, BSD, or MIT).

Currently system/bluetooth/... and system/extra/... have some pieces
with GPL/LGPL licensed code.

Assorted Issues:

- pppd depends on libutils for logging
- pppd depends on libcrypt/libcrypto
- init, linker, debuggerd, toolbox, usbd depend on libcutils
- should probably rename bionic to libc