Go to file
Android Git Automerger 9aa6b04533 am 114e398f: Merge commit \'f71f068fb9082ad78c78493c1295074e88a5526c\' into eclair-plus-aosp
Merge commit '114e398f66bf5d521721abfa1933dc989bb5a135'

* commit '114e398f66bf5d521721abfa1933dc989bb5a135':
  Add DELL's USB Vendor ID to adb - DO NOT MERGE
2010-01-27 18:40:16 -08:00
adb Merge "make "adb bugreport" run "bugreport" (which invokes "dumpstate" indirectly via system service) rather than "dumpstate", that way even when adb is not running as root, dumpstate does run as root, and can do things like collect VM traces." 2010-01-21 17:10:50 -08:00
cpio
debuggerd Dump VFP registers and status word when native app crashes. 2009-12-17 12:53:06 -08:00
fastboot fastboot: add Nvidia vendor id to fastboot 2010-01-20 17:40:30 -08:00
include resolved conflicts for merge of c8472186 to master 2010-01-27 16:12:23 -08:00
init Clean fix for the chown race condition on new input devices. 2010-01-22 11:50:49 -08:00
libacc
libctest
libcutils Try to fix Mac build. 2010-01-26 09:30:02 -08:00
libjnigraphics
liblog
libmincrypt
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