Skip to content

Commit a2f7251

Browse files
committed
Remove ndk abiFilters that conflict with --split-per-abi
Flutter's --split-per-abi sets its own ABI splits, which conflicts with ndk.abiFilters. The jniLibs directories already constrain which ABIs are included. Co-Authored-By: Mithun Gowda B <mithungowda.b7411@gmail.com>
1 parent cf77d64 commit a2f7251

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

flutter_app/android/app/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ android {
4242
targetSdk = flutter.targetSdkVersion
4343
versionCode = flutterVersionCode.toInteger()
4444
versionName = flutterVersionName
45-
ndk {
46-
abiFilters "arm64-v8a", "armeabi-v7a", "x86_64"
47-
}
4845
}
4946

5047
buildTypes {

0 commit comments

Comments
 (0)