Skip to content

Commit

Permalink
compile only for arm
Browse files Browse the repository at this point in the history
emulators are not supported :(
  • Loading branch information
chiteroman committed Jan 20, 2025
1 parent e316029 commit 663f8dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ android {

externalNativeBuild {
cmake {
abiFilters(
"arm64-v8a",
"armeabi-v7a"
)

arguments(
"-DCMAKE_BUILD_TYPE=MinSizeRel",
"-DANDROID_STL=none"
Expand Down

0 comments on commit 663f8dc

Please sign in to comment.