[FE training-materials-updates] The emulator is not the generic target anymore

Maxime Ripard maxime.ripard at free-electrons.com
Mon May 19 12:03:24 CEST 2014


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

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

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

commit 52739dc377428bdf4124f3f7275ed7ac946afcfd
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Thu May 15 16:56:46 2014 +0200

    The emulator is not the generic target anymore
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

52739dc377428bdf4124f3f7275ed7ac946afcfd
 .../android-first-compilation.tex                  |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/android-first-compilation/android-first-compilation.tex b/labs/android-first-compilation/android-first-compilation.tex
index c7b6015..8ac36ef 100644
--- a/labs/android-first-compilation/android-first-compilation.tex
+++ b/labs/android-first-compilation/android-first-compilation.tex
@@ -41,7 +41,7 @@ You will see that \code{build/envsetup.sh} hasn't modified your
 \code{PATH}.  This will be done during the build job.
 
 The target product for the emulator is {\it full}, and we want to
-have an engineering build. To do this, run \code{lunch full-eng}
+have an engineering build. To do this, run \code{lunch aosp_arm-eng}
 
 Now, to tell Android to use \code{ccache} whenever possible, we need
 to set a few environment variable.



More information about the training-materials-updates mailing list