Skip to content

Commit

Permalink
added abiFilters
Browse files Browse the repository at this point in the history
  • Loading branch information
pmokeev committed Aug 12, 2021
1 parent 69a4958 commit 1d448b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ android {
cppFlags '-O2'
arguments "-DANDROID_ARM_NEON=TRUE"
}
ndkBuild {
abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
}
}
}
buildTypes {
Expand Down

0 comments on commit 1d448b3

Please sign in to comment.