[FE training-materials-updates] Fix path in out/

Michael Opdenacker michael.opdenacker at free-electrons.com
Tue Jan 8 16:26:42 CET 2013


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

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

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

commit df1ce18926e5febe917b23af9439cf076c5d0cee
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Thu Dec 20 21:10:00 2012 +0100

    Fix path in out/
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


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

df1ce18926e5febe917b23af9439cf076c5d0cee
 .../android-native-library.tex                     |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/labs/android-native-library/android-native-library.tex b/labs/android-native-library/android-native-library.tex
index 53714fd..6f2fade 100644
--- a/labs/android-native-library/android-native-library.tex
+++ b/labs/android-native-library/android-native-library.tex
@@ -34,7 +34,8 @@ the \code{out} folder.
 \section{Integrate the library into the Android image}
 
 As you can see, your library has been compiled during the build process, but if
-you boot the generated image or look inside the \code{out/target/product/system/lib}
+you boot the generated image or look inside the
+\code{out/target/product/training/system/lib}
 folder, you can see that the shared object is not present.
 
 Modify the appropriate files so that in the images, you will have the two 



More information about the training-materials-updates mailing list