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

Maxime Ripard maxime.ripard at free-electrons.com
Fri Aug 30 16:46:24 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=c230ae52a233aa1c1d8e3a583dc17fda8065727e

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

commit c230ae52a233aa1c1d8e3a583dc17fda8065727e
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>


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

c230ae52a233aa1c1d8e3a583dc17fda8065727e
 .../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 add7730..6565b00 100644
--- a/slides/android-build-system-modules/android-build-system-modules.tex
+++ b/slides/android-build-system-modules/android-build-system-modules.tex
@@ -255,7 +255,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