[FE training-materials-updates] Fix the output directory of Android

Maxime Ripard maxime.ripard at free-electrons.com
Mon Aug 19 16:43:57 CEST 2013


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

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

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

commit 62bf64a88f7a3ded950e5b6ecfc5d48ada9ed932
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Mon Aug 19 16:34:09 2013 +0200

    Fix the output directory of Android
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

62bf64a88f7a3ded950e5b6ecfc5d48ada9ed932
 .../android-build-system-basics.tex                |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/android-build-system-basics/android-build-system-basics.tex b/slides/android-build-system-basics/android-build-system-basics.tex
index 9c9455e..23e4533 100644
--- a/slides/android-build-system-basics/android-build-system-basics.tex
+++ b/slides/android-build-system-basics/android-build-system-basics.tex
@@ -56,7 +56,7 @@ $ make showcommands
     stuff separate from the source code, and we can easily clean without
     side effects
   \item It also generates the system images in the
-    \code{out/target/product/<product_name>/} directory
+    \code{out/target/product/<device_name>/} directory
   \end{itemize}
 \end{frame}
 



More information about the training-materials-updates mailing list