Commit f6812796 authored by xylitolhub's avatar xylitolhub

Optimize building of ndk

parent 1dad786f
...@@ -7,6 +7,15 @@ android { ...@@ -7,6 +7,15 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 21 targetSdkVersion 21
ndk {
moduleName "YGOMobile"
abiFilters "armeabi-v7a", "x86"
}
}
externalNativeBuild {
ndkBuild {
path "jni/Android.mk"
}
} }
sourceSets{ sourceSets{
main{ main{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment