Skip to content

Commit 5000b11

Browse files
committed
test(ci): try a run with abiFilters
1 parent 46225c7 commit 5000b11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/AndroidApp/app/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ android {
2525
versionCode = 1
2626
versionName = "1.0"
2727

28+
ndk {
29+
abiFilters += listOf("arm64-v8a")
30+
}
31+
2832
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2933
}
3034

0 commit comments

Comments
 (0)