Go to file
Mathias Agopian c3a5225d4e Fix typos and use new HAL_PRIORITY_URGENT_DISPLAY constant
Change-Id: I703f8a96dd0dfec427e74363ad95729bfefc95c7
2013-07-30 13:56:57 -07:00
adb Merge "Move liblog headers to system/core/include/log" 2013-07-25 21:39:24 +00:00
charger
cpio
debuggerd Move liblog headers to system/core/include/log 2013-07-24 12:32:39 -07:00
fastboot fastboot: add support for sparse images in flashall and update 2013-07-01 12:42:58 -07:00
fastbootd fastbootd: userspace implementation of the fastboot device-side protocol 2013-07-24 10:58:43 -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
healthd healthd: Add system health monitoring daemon 2013-07-26 01:30:42 +00:00
include Fix typos and use new HAL_PRIORITY_URGENT_DISPLAY constant 2013-07-30 13:56:57 -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
libctest
libcutils Move liblog headers to system/core/include/log 2013-07-24 12:32:39 -07:00
libdiskconfig
libion
liblinenoise
liblog Move liblog headers to system/core/include/log 2013-07-24 12:32:39 -07:00
libmincrypt
libnetutils
libnl_2
libpixelflinger
libs/utils Move extract native libraries to JNI code 2013-07-30 13:56:57 -07:00
libsparse
libsuspend
libsync
libsysutils
libusbhost
libzipfile
logcat Move liblog headers to system/core/include/log 2013-07-24 12:32:39 -07:00
logwrapper
mkbootimg
netcfg
reboot
rootdir healthd: normal and charger mode startup 2013-07-26 23:56:17 +00:00
run-as
sdcard
sh
toolbox Move liblog headers to system/core/include/log 2013-07-24 12:32:39 -07:00
.gitignore
Android.mk
CleanSpec.mk
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2013-07-30 13:56:49 -07:00
NOTICE Fix omission in NOTICE file. 2013-07-30 13:56:55 -07:00
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