Go to file
Mark Salyzyn ab886745bc libzipfile: turn on -Werror
- resolve some unused references

Change-Id: Ia3748c7e25963c2fd3d58e175177f0f4dd405997
2014-05-14 08:33:55 -07:00
adb adb: avoid compilation errors for unused results 2014-05-13 09:12:54 -07:00
adf
charger
cpio
debuggerd Fix mips debuggerd <corkscrew/ptrace.h> build breakage. 2014-05-07 15:42:41 -07:00
fastboot Revert "System: Fastboot: warning fixit, misc bugs and cleanup." 2014-05-07 23:31:59 +00:00
fastbootd
fs_mgr fs_mgr: turn on -Werror 2014-05-07 16:56:21 -07:00
gpttool gpttool: turn on -Werror 2014-05-05 10:30:04 -07:00
healthd Cleanup: warning fixit. 2014-04-11 16:15:46 -07:00
include Fix ucontext_t forward declare for mac. 2014-05-09 13:19:34 -07:00
init init: add 'enable <service>' to negate "service <service>... disabled" 2014-05-03 00:14:59 -07:00
libbacktrace Only include ucontext.h when necessary. 2014-05-09 16:59:06 -07:00
libctest
libcutils Remove unused LOCAL_LDLIBS. 2014-05-07 15:36:05 -07:00
libdiskconfig Fix 64-bit host build. 2014-05-06 11:39:31 -07:00
libion
liblog liblog: set -Werror 2014-05-07 16:56:21 -07:00
libmemtrack
libmincrypt Remove declaration of unused static variable 2014-05-12 17:47:39 +02:00
libnetutils
libnl_2
libpixelflinger Cleanup: warning fixit. 2014-04-11 16:15:46 -07:00
libsparse libsparse: turn on -Werror 2014-05-07 16:56:22 -07:00
libsuspend Cleanup: warning fixit. 2014-04-11 16:15:46 -07:00
libsync
libsysutils libsysutil: turn on -Werror (part deux) 2014-05-01 12:19:45 -07:00
libusbhost libusbhost: Fix issue of multiple inotify event at same time. 2014-04-25 13:56:38 +08:00
libutils Remove unused LOCAL_LDLIBS. 2014-05-07 15:36:05 -07:00
libziparchive libziparchive: off64_t is not int64_t (part deux) 2014-05-08 19:16:40 -07:00
libzipfile libzipfile: turn on -Werror 2014-05-14 08:33:55 -07:00
logcat Remove unused LOCAL_LDLIBS. 2014-05-07 15:36:05 -07:00
logd logd: logcat: Add persist.logd.size group of properties 2014-05-06 14:58:41 -07:00
logwrapper logwrapper: turn on -Werror 2014-05-02 14:15:59 -07:00
mkbootimg mkbootimg: turn on -Werror 2014-05-05 10:30:04 -07:00
netcfg netcfg: turn on -Werror 2014-05-05 10:30:05 -07:00
reboot
rootdir Set kernel proc files for fwmark reflection and table numbers for RAs. 2014-05-13 13:02:44 -07:00
run-as run-as: build 1161573 failure 2014-05-08 21:18:23 +00:00
sdcard Use bionic's <linux/fuse.h>. 2014-05-07 14:39:58 -07:00
toolbox Merge "Fix top(1) SIGPIPE behavior." 2014-04-19 00:19:00 +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