Skip to content

Commit 0517d49

Browse files
authored
Update build.gradle
1 parent 587e74e commit 0517d49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ android {
55
compileSdkVersion 24
66
buildToolsVersion '26.0.2'
77

8-
packagingOptions{
9-
doNotStrip '*/mips/*.so'
10-
}
8+
packagingOptions {
9+
doNotStrip '*/mips/*.so'
10+
doNotStrip '*/mips64/*.so'
11+
}
1112

1213
defaultConfig {
1314
minSdkVersion 16
@@ -16,7 +17,6 @@ packagingOptions{
1617
versionName "1.0"
1718
ndk {
1819
moduleName "Scanner"
19-
abiFilters "armeabi-v7a", "x86", "armeabi"
2020
}
2121
sourceSets.main {
2222
jni.srcDirs = []

0 commit comments

Comments
 (0)