Go to file
Brad Fitzpatrick b9634d05cf Permit 0 length writes.
Change-Id: I087d0074c8d9e13ce814187475966da94f693fc0
2011-01-06 11:16:15 -08:00
adb am 6713a2e0: Merge "Fix USB endianness bugs on Linux." 2010-10-20 15:33:57 -07:00
cpio
debuggerd am cbb9257a: Merge "Fix debuggerd (native crash dump)." 2010-12-14 13:32:45 -08:00
fastboot fastboot: Add help message for continue command 2010-12-29 13:11:53 -08:00
include Let SocketClient users write binary data to clients. 2011-01-06 11:09:55 -08:00
init [PATCH] Init - make sure the last parameter to execve is NULL 2010-11-10 07:56:10 +08:00
libacc
libctest
libcutils Qualify the source argument of atomic loads as a const pointer. 2010-09-28 14:06:00 -07:00
libdiskconfig Disable building libdiskconfig on non-Linux hosts 2010-07-12 23:03:45 -07:00
liblinenoise
liblog am 0c0f68e8: Fix a long standing bug in the output buffer size computation. 2010-08-18 13:38:04 -07:00
libmincrypt
libnetutils am 705ab8db: Fix sim build - remove unncesessary header. 2010-08-26 09:02:48 -07:00
libpixelflinger am 4906db21: Merge "codeflinger: Correct misleading comment of STM instruction" 2010-11-23 11:02:51 -08:00
libsysutils Permit 0 length writes. 2011-01-06 11:16:15 -08:00
libzipfile
logcat add graphics events to the eventlog definitions 2010-09-14 15:11:07 -07:00
logwrapper
mkbootimg Fix the pagesize argument parsing 2010-08-24 15:24:50 -07:00
mksh Don't alias 'stop' to 'kill -STOP' 2010-09-10 11:16:14 -05:00
netcfg - creates proper ifc.h and dhcp.h headers for libnetutils 2010-08-25 08:13:42 -07:00
nexus - creates proper ifc.h and dhcp.h headers for libnetutils 2010-08-25 08:13:42 -07:00
rootdir Let SocketClient users write binary data to clients. 2011-01-06 11:09:55 -08:00
run-as
sdcard sdcard: Implement statfs, stat time values and change mount point to /mnt/sdcard 2010-08-16 14:16:13 -04:00
sh Manual merge 2010-08-25 09:54:23 -07:00
toolbox am 2f7b72f9: netstat should include /proc/net/tcp6 and /proc/net/udp6 data 2010-09-28 23:37:09 -07:00
.gitignore
Android.mk
CleanSpec.mk
README
ThirdPartyProject.prop add meta-files about 3rd party projects 2010-07-16 11:41:39 -07:00
patch.txt merge from open-source master 2010-07-22 09:12:15 -07:00

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