[FE training-materials-updates] android: Fix the mlbin path

Maxime Ripard maxime.ripard at free-electrons.com
Tue Jul 22 11:42:52 CEST 2014


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

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

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

commit b119be3083919e31f79f4742d01991f70d603d74
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Tue Jul 22 11:27:20 2014 +0200

    android: Fix the mlbin path
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

b119be3083919e31f79f4742d01991f70d603d74
 labs/android-native-app/android-native-app.tex |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/android-native-app/android-native-app.tex b/labs/android-native-app/android-native-app.tex
index 2229689..c84cfff 100644
--- a/labs/android-native-app/android-native-app.tex
+++ b/labs/android-native-app/android-native-app.tex
@@ -8,9 +8,9 @@ After this lab, you will be able to:
 \end{itemize}
 
 \section{Add the binary to the compiled image}
-Copy the \code{mlbin.c} file from the
-\code{$HOME/felabs/android/native-app} directory and put it into a new
-folder in your device folder called \code{device/<your>/<device>/bin/mlbin}.
+Copy the \code{bin} folder from the
+\code{$HOME/felabs/android/native-app} directory and put it into your
+device folder.
 
 
 Just as for \code{libusb}, you now need to make an \code{Android.mk} file



More information about the training-materials-updates mailing list