aboutsummaryrefslogtreecommitdiff
path: root/android/jni/Application.mk
blob: 354e4d147f3ed86f0b8ab187e34db9a8a9a1e45d (plain)
1
2
3
4
5
6
7
8
APP_ABI               := armeabi-v7a arm64-v8a x86 x86_64
APP_MODULES           := ADLMIDI ADLMIDIrt
APP_PLATFORM          := android-14
APP_OPTIM             := release
APP_CPPFLAGS          += -std=c++11
APP_STL               := c++_static
APP_CFLAGS            := -Ofast
NDK_TOOLCHAIN_VERSION := clang