-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a link to my own README for github
- Loading branch information
Yoann Sculo
committed
Jul 3, 2014
1 parent
921d4c6
commit c5d1b30
Showing
3 changed files
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
adb/README |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters