Updated android example template

This commit is contained in:
saschawillems 2018-05-05 11:51:28 +02:00
parent c515cf3558
commit f8fc3e8b8e
3 changed files with 2 additions and 29 deletions

View file

@ -9,14 +9,13 @@ android {
targetSdkVersion 26
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
ndk {
abiFilters "armeabi-v7a"
}
externalNativeBuild {
cmake {
cppFlags "-std=c++11"
arguments "-DANDROID_STL=c++_static"
cppFlags "-std=c++14"
arguments "-DANDROID_STL=c++_shared", '-DANDROID_TOOLCHAIN=clang'
}
}
}