No description
823ce03898
# By Rom Lemarchand (11) and others # Via Android Git Automerger (194) and others * commit '2507aed4300ffddfe0bd22843093ce66cf0a7b52': (48 commits) cutils: remove dead code. logwrap: add quiet flag to logwrap() logwrap: Replace sigprocmask with pthread_sigmask logwrap: wait for child process when receiving SIGINT or SIGQUIT logwrap: ensure child exits with _exit Delete frameworks/base/voip use voip-common from frameworks/opt/net/voip logwrap: remove unnecessary call to setuid/setgid logwrap: fix off by 1 argument error logwrapper: switch to signal handlers for SIGCHLD property_service: make /dev/__properties__ readable toolbox: renice: Add -t TYPE parameter and switch to getopt libsuspend: compile as a static library Revert "init: make system properties more secure." init: make system properties more secure. Revert "init.usb.rc: set sys.usb.config to none before changing it" adb: Add "unauthorized" connection state adb: Read secure adb keys on every auth request logwrapper: prevent logwrap from hanging when child dies logwrapper: split into liblogwrap and the executable itself cutils: add simple reference counter ... |
||
---|---|---|
adb | ||
charger | ||
cpio | ||
debuggerd | ||
fastboot | ||
fs_mgr | ||
gpttool | ||
include | ||
init | ||
libcorkscrew | ||
libctest | ||
libcutils | ||
libdiskconfig | ||
libion | ||
liblinenoise | ||
liblog | ||
libmincrypt | ||
libnetutils | ||
libnl_2 | ||
libpixelflinger | ||
libsparse | ||
libsuspend | ||
libsync | ||
libsysutils | ||
libusbhost | ||
libzipfile | ||
logcat | ||
logwrapper | ||
mkbootimg | ||
netcfg | ||
rootdir | ||
run-as | ||
sdcard | ||
sh | ||
toolbox | ||
.gitignore | ||
Android.mk | ||
CleanSpec.mk | ||
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