Disable NDK integration with Gradle

This commit is contained in:
Mathieu Maret 2017-04-11 14:13:14 +02:00
parent d3d6db4d88
commit cdb24efa1d
2 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,11 @@ android {
minSdkVersion 12
targetSdkVersion 12
}
sourceSets.main {
jniLibs.srcDir 'src/main/libs'
jni.srcDirs = []
}
buildTypes {
release {

1
gradle.properties Normal file
View File

@ -0,0 +1 @@
#android.useDeprecatedNdk=true