diff --git a/app/build.gradle b/app/build.gradle index 556e18cded..08589fc270 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,6 +49,7 @@ android { buildConfigField "String", "BUILDVERSION", generateGitBuild() ndk { + abiFilters "armeabi-v7a", "x86", "armeabi", "mips" moduleName "BleCommandUtil" } } diff --git a/gradle.properties b/gradle.properties index 1d3591c8a4..c8d0d56109 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,4 +15,6 @@ # When configured, Gradle will run in incubating parallel mode. # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects -# org.gradle.parallel=true \ No newline at end of file +# org.gradle.parallel=true + +android.useDeprecatedNdk=true \ No newline at end of file