Skip to content

Commit

Permalink
add a link to my own README for github
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoann Sculo committed Jul 3, 2014
1 parent 921d4c6 commit c5d1b30
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 20 deletions.
20 changes: 0 additions & 20 deletions README

This file was deleted.

1 change: 1 addition & 0 deletions README
20 changes: 20 additions & 0 deletions README.core
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
1 change: 1 addition & 0 deletions adb/README
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ adbd for non-Android devices

To build adbd you need to specify your toolchain and openssl path to build adbd

cd adb
export TOOLCHAIN=<your_toolchain_path_with_prefix>
export OPENSSL_DIR=<path_to_openssl>
make
Expand Down

0 comments on commit c5d1b30

Please sign in to comment.