aboutsummaryrefslogtreecommitdiff
path: root/android/jni
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2017-11-26 03:08:34 +0300
committerWohlstand <admin@wohlnet.ru>2017-11-26 03:08:34 +0300
commit5fa684bd2732f638763cd62bed831ccc6aafc0bf (patch)
tree782a3f0d2a2886fe2743d1829b75d1f8482942b7 /android/jni
parent9a9cc5e5ff305114acfb248b65056403ed2e64e6 (diff)
downloadlibADLMIDI-5fa684bd2732f638763cd62bed831ccc6aafc0bf.tar.gz
libADLMIDI-5fa684bd2732f638763cd62bed831ccc6aafc0bf.tar.bz2
libADLMIDI-5fa684bd2732f638763cd62bed831ccc6aafc0bf.zip
Apply Loki666'th changes to Android build
Diffstat (limited to 'android/jni')
-rw-r--r--android/jni/Application.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/jni/Application.mk b/android/jni/Application.mk
index 40ce33a..a0d5ce7 100644
--- a/android/jni/Application.mk
+++ b/android/jni/Application.mk
@@ -1,8 +1,8 @@
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
APP_MODULES := ADLMIDI
-APP_PLATFORM := android-10
+APP_PLATFORM := android-14
APP_OPTIM := release
APP_CPPFLAGS += -std=c++11
APP_STL := c++_static
APP_CFLAGS := -Ofast
-NDK_TOOLCHAIN_VERSION := 4.9
+NDK_TOOLCHAIN_VERSION := clang