Skip to content

Commit 4a740e4

Browse files
authored
Exclude riscv ndk builds (#211)
1 parent a72c9db commit 4a740e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

android/app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ android {
2828
testInstrumentationRunner = "com.simplecityapps.shuttle.CustomTestRunner"
2929
ndk {
3030
debugSymbolLevel = "FULL"
31+
abiFilters += listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")
3132
}
3233
}
3334

0 commit comments

Comments
 (0)