[Android] ARM64: Split Android.mk file
authorGeunsik Lim <geunsik.lim@samsung.com>
Fri, 22 Feb 2019 06:21:28 +0000 (15:21 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Wed, 27 Feb 2019 04:35:28 +0000 (13:35 +0900)
commit5cf3ef604300fe3c81b79afae9c67002c82fd455
treeeec9214817e0c33a5bdfa9913c7cbcc2616683d6
parentbef9d5373459a4d43258e70ceaf36152a9930402
[Android] ARM64: Split Android.mk file

This commit is to split the existing Android.mk file in order to maintain
(1) nnstreamer library (e.g., libnnstreamer.so) and (2) test applications
separately.

* Before: Android.mk
* After :
  - Android-nnstreamer.mk (to generate nnstreamer library)
  - Android-app.mk (to generate nnstreamer-based test application)

**Changelog**

* Version 2:
1. Added two functions to simplify duplicated statements with foreach
2. Updated the existing comment to build C/C++ source code with ndk-build

* Version 1:
1. Added Android-nnstremaer.mk
2. Added Android-app.mk

Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
jni/Android-app.mk [new file with mode: 0644]
jni/Android-nnstreamer.mk [new file with mode: 0644]
jni/Android.mk [deleted file]