diff options
author | Wohlstand <admin@wohlnet.ru> | 2017-11-26 03:08:47 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2017-11-26 03:08:47 +0300 |
commit | b92cc8e942b91268b096757fe22aca8368ea3de6 (patch) | |
tree | 086ee97fed7ed2aad2e64e8870021ba032fd9c59 /android/jni/Application.mk | |
parent | 52bbba002d7f39334e833f3ec9e1de010d161bdf (diff) | |
parent | 5fa684bd2732f638763cd62bed831ccc6aafc0bf (diff) | |
download | libADLMIDI-b92cc8e942b91268b096757fe22aca8368ea3de6.tar.gz libADLMIDI-b92cc8e942b91268b096757fe22aca8368ea3de6.tar.bz2 libADLMIDI-b92cc8e942b91268b096757fe22aca8368ea3de6.zip |
Merge branch 'master' into get-rid-of-backup-buffer
Diffstat (limited to 'android/jni/Application.mk')
-rw-r--r-- | android/jni/Application.mk | 4 |
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 |