[FE training-materials-updates] android: Add envsetup macros introduced with JB

Maxime Ripard maxime.ripard at free-electrons.com
Fri Aug 30 16:46:39 CEST 2013


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

On branch  : jelly-bean
Link       : http://git.free-electrons.com/training-materials/commit/?id=0089ca71f7d3eb0f29a3c78b08482aba998b05cb

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

commit 0089ca71f7d3eb0f29a3c78b08482aba998b05cb
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Tue Aug 20 17:15:14 2013 +0200

    android: Add envsetup macros introduced with JB
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

0089ca71f7d3eb0f29a3c78b08482aba998b05cb
 .../android-build-system-envsetup.tex              |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/slides/android-build-system-envsetup/android-build-system-envsetup.tex b/slides/android-build-system-envsetup/android-build-system-envsetup.tex
index 2aabe19..efc2528 100644
--- a/slides/android-build-system-envsetup/android-build-system-envsetup.tex
+++ b/slides/android-build-system-envsetup/android-build-system-envsetup.tex
@@ -78,6 +78,9 @@
   \item[lunch] Used to configure the build system
   \item[croot] Changes the directory to go back to the root of the
     Android source tree
+  \item[cproj] Changes the directory to go back to the root of the
+    current package
+  \item[tapas] Configure the build system to build a given application
   \item[m] Makes the whole build from any directory in the source tree
   \item[mm] Builds the modules defined in the current directory
   \item[mmm] Builds the modules defined in the given directory
@@ -90,8 +93,12 @@
   \item[cgrep] Greps the given pattern on all the C/C++/header files
   \item[jgrep] Greps the given pattern on all the Java files
   \item[resgrep] Greps the given pattern on all the resources files 
+  \item[mgrep] Greps the given pattern on all the Makefiles
+  \item[sgrep] Greps the given pattern on all Android source file
   \item[godir] Go to the directory containing the given file
   \item[pid] Use ADB to get the PID of the given process
   \item[gdbclient] Use ADB to set up a remote debugging session
+  \item[key_back] Sends a input event corresponding to the the Back
+    key to the device
   \end{description}
 \end{frame}



More information about the training-materials-updates mailing list