Go to file
Colin Cross 4e7dd3d270 mount: Add support for remounting without specifying device
Change-Id: I48c84fab3ab2a9704ec5b7bf7002b8960fa53c27
2010-05-07 12:09:19 -07:00
adb merge from open-source master 2010-05-03 16:32:46 -07:00
cpio
debuggerd Use arch flags instead of TARGET_ARCH_VARIANT, and add support for VFP_D16 2010-03-10 14:36:08 -08:00
fastboot Fix adb, fastboot to compile in Windows SDK under Linux. 2010-04-23 13:07:17 -07:00
include init: Add support for /dev/bus/usb/ file system and add new unix group AID_USB. 2010-05-06 13:40:51 -04:00
init init: Add support for /dev/bus/usb/ file system and add new unix group AID_USB. 2010-05-06 13:40:51 -04:00
libacc fix build on darwin. 2010-04-26 17:00:14 -07:00
libctest
libcutils Optimize set_sched_policy(), which gets called in every binder call. 2010-05-06 11:14:09 -07:00
libdiskconfig For issue #2651381, allow library prelinking. 2010-05-05 09:39:27 -07:00
liblog merge from open-source master 2010-03-08 17:14:43 -08:00
libmincrypt
libnetutils
libpixelflinger merge from open-source master 2010-05-05 16:03:52 -07:00
libsysutils system/core: Switch libsysutils & sched_policy LOG -> SLOG 2010-03-25 09:31:42 -07:00
libzipfile
logcat Add a log tag entry for the dalvik lock profiling event. 2010-04-12 16:33:28 -07:00
logwrapper
mkbootimg
netcfg
nexus
rootdir init: Add support for /dev/bus/usb/ file system and add new unix group AID_USB. 2010-05-06 13:40:51 -04:00
run-as Add 'run-as' command implementation as set-uid program. 2010-03-17 11:02:08 -07:00
sh
toolbox mount: Add support for remounting without specifying device 2010-05-07 12:09:19 -07:00
.gitignore
Android.mk
CleanSpec.mk Add an empty CleanSpec.mk 2010-03-08 18:05:24 -08:00
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