Skip to content
This repository

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
branch: master

Merge "debuggerd: synchronize cosmetics to internal"

latest commit 0a350f4f08
Mark Salyzyn authored Gerrit Code Review committed
adb Merge "Add Smartisan usb config"
adf libadf: silence false positive warning
charger Add ability to boot from charger mode.
cpio cpio: Turn on -Werror
debuggerd debuggerd: synchronize cosmetics to internal
fastboot Wait for device to disappear after "fastboot reboot".
fastbootd Judge mmap failed by MAP_FAILED instead of NULL
fs_mgr fs_mgr: turn on -Werror
gpttool gpttool: turn on -Werror
healthd healthd: UEVENT_MSG_LEN is changed from 1048 to 2048 in compliance with
include Remove android_atomic_swap from mips & mips64.
init Add ability to adjust init log level at runtime.
libbacktrace libbacktrace_libc++ needs to be multilib on the Mac too.
libcutils Add android_memset16/android_memset32 for aarch64.
libdiskconfig libdiskconfig: Turn on -Werror
libion libion: Turn on -Werror
liblog Host multilib build of both 32-bit and 64-bit libraries.
libmemtrack system/core 64-bit cleanup.
libmincrypt Remove declaration of unused static variable
libnetutils libnetutils: Turn on -Werror
libnl_2 DO NOT MERGE: Revert "delete libnl_2"
libpixelflinger pixelflinger: Use pointer arithmetic to determine cache flush parameters
libsparse libsparse: turn on -Werror
libsuspend libsuspend: Turn on -Werror
libsync libsync: Turn on -Werror
libsysutils libsysutil: turn on -Werror (part deux)
libusbhost libusbhost: Turn on -Werror
libutils Host multilib build of both 32-bit and 64-bit libraries.
libziparchive Enable host multilib for ART testing.
libzipfile Build host with multilib both enabled.
logcat logcat: test: modernize
logd Merge "logd: Allow apps to clear their UID-specific data"
logwrapper logwrapper: turn on -Werror
mkbootimg mkbootimg: turn on -Werror
netcfg netcfg: turn on -Werror
reboot reboot: Turn on -Werror
rootdir Add ability to adjust init log level at runtime.
run-as run-as: build 1161573 failure
sdcard sdcard: Turn on -Werror
toolbox Fix %llx to PRIx64 in nandread.c.
.gitignore eclair snapshot
Android.mk Remove the simulator target from all makefiles.
CleanSpec.mk Add CleanSpec for zygote changes.
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843
NOTICE Fix omission in NOTICE file.
README auto import from //depot/cupcake/@135843
ThirdPartyProject.prop add meta-files about 3rd party projects
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
Something went wrong with that request. Please try again.