Skip to content

Commit 0f69e57

Browse files
authored
Only build arm64
1 parent 8c7850d commit 0f69e57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ android {
1919
versionName "1.0"
2020
externalNativeBuild {
2121
cmake {
22-
arguments "-DANDROID_STL=c++_static"
22+
arguments "-DANDROID_STL=c++_static
23+
abiFilters 'arm64-v8a'
2324
}
2425
}
2526
}

0 commit comments

Comments
 (0)