doc: Add how to generate libnnstreamer.so with ndk-build
authorGeunsik Lim <geunsik.lim@samsung.com>
Mon, 25 Feb 2019 09:46:29 +0000 (18:46 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 25 Feb 2019 11:01:29 +0000 (20:01 +0900)
commit9afee04e37a24e55aeb3389a208f2ffd0d787b82
tree8d9e010e51115e5a498a2e54634c7faa71ec0719
parentdabaf756ad7815a0b3e41e4b2a37de095faa21a9
doc: Add how to generate libnnstreamer.so with ndk-build

This commit is to append a document to describe how to compile
the nnstreamer repository with the ndk-build command to get the
libnnstreamer for Android software platform. The ndk-build
is provided by Android NDK toolkit.

**Changes

* Version 2:
1. Added how to download (custom) prebuilt android-gstreamer files
2. Added how to setup Android NDK

* Version 1:
1. Added how to build a nnstreamer library
2. Added how to build a test application

Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
jni/README.md [new file with mode: 0644]