Add NDK build files
This commit is contained in:
parent
fb7a7ea2df
commit
5ba79d5904
4 changed files with 136 additions and 0 deletions
5
ndk_test/jni/Application.mk
Normal file
5
ndk_test/jni/Application.mk
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
APP_ABI := all
|
||||
APP_BUILD_SCRIPT := Android.mk
|
||||
APP_STL := gnustl_static
|
||||
APP_PLATFORM := android-9
|
||||
NDK_TOOLCHAIN_VERSION := 4.9
|
||||
Loading…
Add table
Add a link
Reference in a new issue