Merge "Fix logging errors inside ALOGV"
Colin Cross authored
13274a26
Name Last commit Last update
adb Merge changes I70ab37d5,I716f89c0,I34c96adf,I77650923,I35b0d1ee, ...
adf libadf: add helper to set up a simple post
charger Add liblog
cpio Fix a bunch of small system/core bugs.
debuggerd Use socklen_t instead of int in debuggerd.
fastboot Merge commit '536dea9d' into HEAD
fastbootd system/core LP64 cleanup.
fs_mgr fs_mgr: split fstab parsing into separate file
gpttool Fix a bunch of small system/core bugs.
healthd healthd: perform periodic chores when awake and on battery power
include Revert "Move to the canonical UniquePtr.h."
init Move restorecon and restorecon_recursive code to libselinux.
libbacktrace Fix logging errors inside ALOGV
libcorkscrew Fix mips build.
libctest Automated import from //branches/master/...@140824,140824
libcutils libcutils: resolve warning in iosched_policy.c
libdiskconfig system/core 64-bit cleanup.
libion system/core 64-bit cleanup.
liblog system/core LP64 cleanup.
libmemtrack system/core 64-bit cleanup.
libmincrypt Add support for ECDSA P-256 with SHA256
libnetutils Merge commit '536dea9d' into HEAD
libnl_2 system/core LP64 cleanup.
libpixelflinger Use <stdint.h> for INT32_MIN and INT32_MAX.
libsparse system/core 64-bit cleanup.
libsuspend
libsync
libsysutils
libusbhost
libutils
libziparchive
libzipfile
logcat
logwrapper
mkbootimg
netcfg
reboot
rootdir
run-as
sdcard
toolbox
.gitignore
Android.mk
CleanSpec.mk
MODULE_LICENSE_APACHE2
NOTICE
README
ThirdPartyProject.prop
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