Skip to content

Commit

Permalink
No more abiFilters
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravbug authored Feb 7, 2024
1 parent 79259f8 commit 555067f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ android {
ndkBuild {
arguments "APP_PLATFORM=android-16"
// abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
abiFilters 'arm64-v8a'
// abiFilters 'arm64-v8a'
}
cmake {
arguments "-DANDROID_APP_PLATFORM=android-16", "-DANDROID_STL=c++_static"
// abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
abiFilters 'arm64-v8a'
// abiFilters 'arm64-v8a'
}
}
}
Expand Down

0 comments on commit 555067f

Please sign in to comment.