Android work in progress changes

This commit is contained in:
Mario Liebisch 2018-02-04 09:43:50 +01:00 committed by Lukas Dürrenberger
parent 1e800d9551
commit f4c25ac3fa
14 changed files with 94 additions and 300 deletions

View file

@ -4,14 +4,14 @@ android {
compileSdkVersion 27
defaultConfig {
applicationId "org.sfmldev.android"
minSdkVersion 19
targetSdkVersion 23
minSdkVersion 14
targetSdkVersion 19
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
ndkBuild {
cppFlags "-std=c++14 -frtti -fexceptions"
// cppFlags "-std=c++14 -frtti -fexceptions"
}
}
@ -28,7 +28,7 @@ android {
}
externalNativeBuild {
ndkBuild {
path "src/main/cpp/Android.mk"
path "src/main/jni/Android.mk"
}
}