Commit f6812796 authored by xylitolhub's avatar xylitolhub

Optimize building of ndk

parent 1dad786f
......@@ -7,6 +7,15 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 21
ndk {
moduleName "YGOMobile"
abiFilters "armeabi-v7a", "x86"
}
}
externalNativeBuild {
ndkBuild {
path "jni/Android.mk"
}
}
sourceSets{
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