[FE training-materials-updates] android: remove duplicated instructions

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


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

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

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

commit bd2e030cd3d1545daf7f8c4c4a6e146507d37cac
Author: Maxime Ripard <maxime.ripard at free-electrons.com>
Date:   Tue Jul 22 11:16:00 2014 +0200

    android: remove duplicated instructions
    
    Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>


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

bd2e030cd3d1545daf7f8c4c4a6e146507d37cac
 labs/android-jni-library/android-jni-library.tex |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/labs/android-jni-library/android-jni-library.tex b/labs/android-jni-library/android-jni-library.tex
index 70dedf6..c905e7a 100644
--- a/labs/android-jni-library/android-jni-library.tex
+++ b/labs/android-jni-library/android-jni-library.tex
@@ -28,12 +28,6 @@ the class name is \code{USBBackend}. We are going to need the
 functions \code{fire}, \code{stop}, \code{initUSB}, \code{freeUSB},
 \code{moveDown}, \code{moveUp}, \code{moveLeft} and \code{moveRight}.
 
-Aside from the \code{jni} folder, there is also a \code{java} folder
-that contains a Java Interface, \code{MissileBackendImpl}. In the same
-folder, write the \code{USBBackend} class implementing this interface
-that uses your bindings. You have an example of such a class in the
-\code{DummyBackend.java} file.
-
 \section{Integrate it in the build system}
 
 Now you can integrate it into the build system, by writing an



More information about the training-materials-updates mailing list