Go to file
Carl Shapiro 63b396d89c Eliminate the stdint.h include. In retrospect, it seems that the
source of the aforementioned build breakage was then errant include of
this header when stddef.h was intended.  Nothing in this file uses any
of the symbols exported from stdint.h, only symbols from stddef.h.
2010-02-12 15:53:31 -08:00
adb resolved conflicts for merge of 190cabb3 to master 2010-02-02 08:35:43 -08:00
cpio
debuggerd Bug fix for pre-NEON platforms and enhancement for JIT debugging. 2010-01-28 10:00:03 -08:00
fastboot resolved conflicts for merge of 20f410a4 to master 2010-01-28 07:38:15 -08:00
include Eliminate the stdint.h include. In retrospect, it seems that the 2010-02-12 15:53:31 -08:00
init am 4f4ccaa1: am 1404c27b: Merge "system/core/init: set proper permissions for tpa2018d1 (CDMA)" into eclair 2010-02-02 14:25:55 -08:00
libacc
libctest
libcutils Break out create_contiguous_mspace_with_base 2010-02-09 10:23:25 -08:00
libjnigraphics
liblog
libmincrypt make DumpPublicKeys write 32-bit values as unsigned 2010-01-29 10:47:38 -08:00
libnetutils dhcp: Add hostname support 2009-12-14 16:05:34 -08:00
libpixelflinger
libsysutils sysutils: Add dump() to NetlinkEvent 2009-12-24 07:20:36 -08:00
libzipfile
logcat resolved conflicts for merge of 988ad28e to master 2010-01-21 12:08:07 -08:00
logwrapper
mkbootimg
netcfg
nexus
rootdir dont create sqlite_stmt_journals dir. 2010-01-26 23:12:37 -08:00
sh Remove definitions that are now in bionic libc 2010-01-14 12:47:12 -08:00
toolbox Remove definitions that are now in bionic libc 2010-01-14 12:47:12 -08:00
vold vold: Disable build of old vold 2009-12-24 07:20:36 -08:00
.gitignore
Android.mk
README

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