From 9f508640f70b128e4f5817a4dd77f67e1db29101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= Date: Wed, 14 Nov 2018 23:24:04 -0500 Subject: [PATCH] sblin deleted page: Android JNI --- technical/Android-JNI.md | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 technical/Android-JNI.md diff --git a/technical/Android-JNI.md b/technical/Android-JNI.md deleted file mode 100644 index 5b3c9f98..00000000 --- a/technical/Android-JNI.md +++ /dev/null @@ -1,28 +0,0 @@ -JNI generation process ----------------------- - -- `cd ring-project/` -- Check ./daemon/src/dring -- Create a new file .i in ./daemon/bin/jni/ from an existing file in - the same folder -- Update with your new interfaces from documentation -- Check that callback block is at the beginning AND at the end of file - - -- `cd daemon/bin/jni` -- Edit ./daemon/bin/jni/jni\_interface.i and add yours with the other - .i files that are in the same folder - - -- `export PACKAGEDIR=\*\*\*\*/ring-project/client-android/ring-android/libringclient/src/main/java/cx/ring/daemon.` - ie: `export - PACKAGEDIR=/home/pduchemin/Documents/ring-project/client-android/ring-android/libringclient/src/main/java/cx/ring/daemon` - - -- Run - - `./make-swig.sh` - - -- or, if you start from scratch - - `./make-ring.py --init --distribution=Android` - - `./make-ring.py --install --distribution=Android` \ No newline at end of file