Go to file
Dima Zavin fc44f5f4d4 charger: update assets
Change-Id: I0c0d1206fdc3aa30382a9ee86edb88bba1e21e63
Signed-off-by: Dima Zavin <dima@android.com>
2011-09-26 13:57:45 -07:00
adb adb: Add USB vendor IDs for K-Touch, Pegatron and Archos 2011-09-13 13:20:12 -04:00
charger charger: update assets 2011-09-26 13:57:45 -07:00
cpio
debuggerd Don't stall waiting for target to crash 2011-08-04 13:37:15 -07:00
fastboot am c4eaebbe: am ab6e55f7: Merge "Enlarge USB bulk transfer size for faster downloads" 2011-04-27 11:38:29 -07:00
gpttool
include libcutils: qtaguid: Support new functions, add tag resource tracking. 2011-09-14 15:00:40 -07:00
init init: do not load default.prop from ramdisk in charger mode 2011-09-06 10:12:41 -07:00
libctest
libcutils qtaguid: shhhh. LOGI -> LOGV 2011-09-22 14:39:47 -07:00
libdiskconfig am 96a5482b: am fd6f3872: am 2985f81d: Merge "libdiskconfig: add missing LOCAL_MODULE_TAGS" 2011-08-30 09:51:01 -07:00
liblinenoise
liblog Remove the simulator target from all makefiles. 2011-07-11 22:12:32 -07:00
libmincrypt
libnetutils Reduce connectivity logging. 2011-09-20 15:53:23 -07:00
libnl_2 Merge "libnl_2: Update README" 2011-08-12 14:52:16 -07:00
libpixelflinger Fix DEBUG_NEEDS usage 2011-08-29 10:02:24 -07:00
libsysutils NetlinkEvents: adding support for iptables' quota2 NFLOG messages. 2011-07-14 16:46:32 -07:00
libusbhost libusbhost: Limit bulk transfer requests to 16384 bytes 2011-03-12 14:06:49 -05:00
libzipfile
logcat
logwrapper
mkbootimg
netcfg
nexus
rootdir init.rc: allow all users to open the qtaguid misc dev 2011-09-11 16:12:27 -07:00
run-as run-as: Bump the size of the internal packages list buffer. 2011-06-06 12:43:01 +02:00
sdcard Fix returning errno values which should be negative. 2011-07-22 22:05:27 +09:00
sh
toolbox Show the resolution of each axis. 2011-08-16 17:19:30 -07:00
.gitignore
Android.mk Remove the simulator target from all makefiles. 2011-07-11 22:12:32 -07:00
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