Go to file
Colin Cross 42cf2b5945 fix windows build
thread_defs.h gets included by the windows host libandroidfw build,
which does not have sys/cdefs.h or BEGIN_DECLS.  Switch to using
extern "C" manually.

Change-Id: I363e6f2d3a64c5efeff54049a2e5dab080fd4715
2013-07-23 19:58:03 -07:00
adb am 98c02528: am 19188955: am d92e35eb: Merge "Add Qisda usb config" 2013-06-18 11:37:47 -07:00
charger
cpio
debuggerd am a570312a: am f265426f: am 596ee9ea: Merge "Improve the crasher stack-overflow command." 2013-07-16 10:24:44 -07:00
fastboot fastboot: add support for sparse images in flashall and update 2013-07-01 12:42:58 -07:00
fs_mgr am 6b78fad1: am a9396549: Fix my incorrect merge resolution for 132b7d750e harder. 2013-07-11 19:12:18 -07:00
gpttool
include fix windows build 2013-07-23 19:58:03 -07:00
init am 8c4b1539: am f9873987: am 5954ecb8: Merge "Allow more characters in partition name links" 2013-07-22 15:45:42 -07:00
libcorkscrew Format stack trace PC offset to 8 digits with leading zeros. 2013-05-21 12:46:09 -07:00
libctest
libcutils am e755dfd4: Merge changes I1db3137b,I0f66144e 2013-06-19 10:33:42 -07:00
libdiskconfig
libion
liblinenoise
liblog
libmincrypt
libnetutils resolved conflicts for merge of c0df50af to stage-aosp-master 2013-06-10 15:06:43 -07:00
libnl_2
libpixelflinger
libsparse
libsuspend
libsync
libsysutils am 51a2e4d5: Merge "libsysutils: fix null pointer and memory leak issue" 2013-05-21 14:39:19 -07:00
libusbhost
libzipfile
logcat remove unused SF event log tags 2013-06-04 18:47:31 -07:00
logwrapper
mkbootimg
netcfg
reboot Make init handle reboots 2013-04-23 13:21:40 -07:00
rootdir am dafa66af: am 2aa33a3d: Add writable data space for radio. 2013-07-19 16:02:06 -07:00
run-as
sdcard
sh
toolbox Merge "toolbox: swap utils" 2013-07-02 02:07:10 +00:00
.gitignore
Android.mk
CleanSpec.mk
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