From c5d1b308de208c61d9cdaefb25595ad23b8a384c Mon Sep 17 00:00:00 2001 From: Yoann Sculo Date: Thu, 3 Jul 2014 15:42:41 +0200 Subject: [PATCH] add a link to my own README for github --- README | 21 +-------------------- README.core | 20 ++++++++++++++++++++ adb/README | 1 + 3 files changed, 22 insertions(+), 20 deletions(-) mode change 100644 => 120000 README create mode 100644 README.core diff --git a/README b/README deleted file mode 100644 index 0083247a..00000000 --- a/README +++ /dev/null @@ -1,20 +0,0 @@ - -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 diff --git a/README b/README new file mode 120000 index 00000000..204dbed1 --- /dev/null +++ b/README @@ -0,0 +1 @@ +adb/README \ No newline at end of file diff --git a/README.core b/README.core new file mode 100644 index 00000000..0083247a --- /dev/null +++ b/README.core @@ -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 diff --git a/adb/README b/adb/README index dc04207f..eef12878 100644 --- a/adb/README +++ b/adb/README @@ -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= export OPENSSL_DIR= make