Skip to content

Commit

Permalink
remove abiFilters armeabi mips
Browse files Browse the repository at this point in the history
  • Loading branch information
pqpo committed Sep 11, 2018
1 parent 03224e7 commit b1bb636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartcropperlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
externalNativeBuild {
cmake {
cppFlags "-std=c++11 -frtti -fexceptions -lz"
abiFilters 'armeabi', 'armeabi-v7a', 'mips', 'x86'
abiFilters 'armeabi-v7a', 'x86'
// arguments '-DANDROID_STL=gnustl_shared'
}
}
Expand Down

0 comments on commit b1bb636

Please sign in to comment.