diff options
| author | The Android Open Source Project <initial-contribution@android.com> | 2008-10-21 07:00:00 -0700 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2008-10-21 07:00:00 -0700 |
| commit | 4f6e8d7a00cbeda1e70cc15be9c4af1018bdad53 (patch) | |
| tree | 54fd1b2695a591d2306d41264df67c53077b752c /README | |
| download | system_core-4f6e8d7a00cbeda1e70cc15be9c4af1018bdad53.tar.gz system_core-4f6e8d7a00cbeda1e70cc15be9c4af1018bdad53.tar.bz2 system_core-4f6e8d7a00cbeda1e70cc15be9c4af1018bdad53.zip | |
Initial Contribution
Diffstat (limited to 'README')
| -rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ + +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 |
