[FE training-materials-updates] android: Fix output directory of the modules

Maxime Ripard maxime.ripard at free-electrons.com
Thu Aug 22 11:52:02 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=8e8913f80ca87648f29d596814529037461b6ab9

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

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

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


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

8e8913f80ca87648f29d596814529037461b6ab9
 .../android-build-system-modules.tex               |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/android-build-system-modules/android-build-system-modules.tex b/slides/android-build-system-modules/android-build-system-modules.tex
index 35e901f..67cd96f 100644
--- a/slides/android-build-system-modules/android-build-system-modules.tex
+++ b/slides/android-build-system-modules/android-build-system-modules.tex
@@ -249,7 +249,7 @@ include $(BUILD_PREBUILT)
   \item To build a module from the top directory, just do
     \code{make ModuleName}
   \item The files generated will be put in
-    \code{out/target/product/<product_name>/obj/<module_type>/<module_name>_intermediates}
+    \code{out/target/product/$TARGET_DEVICE/obj/<module_type>/<module_name>_intermediates}
   \item However, building a simple module won't regenerate a new image.
     This is just useful to make sure that the module builds.
     You will have to do a full \code{make} to have an image that contains



More information about the training-materials-updates mailing list