[FE training-materials-updates] Add two new source code folders

Maxime Ripard maxime.ripard at free-electrons.com
Fri Nov 22 10:51:51 CET 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=7e68da914fae431d92efec36185ce0e78d39462e

>---------------------------------------------------------------

commit 7e68da914fae431d92efec36185ce0e78d39462e
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Thu Nov 21 10:54:09 2013 +0100

    Add two new source code folders
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


>---------------------------------------------------------------

7e68da914fae431d92efec36185ce0e78d39462e
 .../android-source-organization.tex                |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/slides/android-source-organization/android-source-organization.tex b/slides/android-source-organization/android-source-organization.tex
index b38ef17..a42752a 100644
--- a/slides/android-source-organization/android-source-organization.tex
+++ b/slides/android-source-organization/android-source-organization.tex
@@ -23,6 +23,8 @@
   \item[development/] holds the development tools, debug applications,
     API samples, etc
   \item[device/] contains the device-specific components
+  \item[docs/] contains HTML documentation hosted at
+    \url{http://source.android.com}
   \item[external/] is one of the largest folders in the source code, it
     contains all the external projects used in the Android code
   \item[frameworks/] holds the source code of the various parts of the
@@ -35,6 +37,8 @@
   \frametitle{Source Code Organization 3/3}
   \begin{description}
   \item[libcore/] is the Java core library
+  \item[libnativehelper/] contains a few JNI helpers for the Android
+    base classes
   \item[ndk/] is the place where you will find the Native Development
     Kit, which allows to build native applications for Android
   \item[packages/] contains the standard Android applications



More information about the training-materials-updates mailing list