Revert "Add abifilters to our gradle templates" (#142089)

Reverts flutter/flutter#135529

This had some failures in postsubmit:

https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20gradle_plugin_light_apk_test/17054/overview
and 

https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20gradle_plugin_fat_apk_test/17262/overview

We should revert and then investigate.
This commit is contained in:
Jackson Gardner 2024-01-23 19:05:20 -08:00 committed by GitHub
parent 90e4a12f2a
commit a668aa7f99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 6 deletions

View File

@ -41,9 +41,6 @@ android {
targetSdk flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
ndk {
abiFilters 'arm64-v8a', 'x86_64', 'armeabi-v7a'
}
}
buildTypes {

View File

@ -49,9 +49,6 @@ android {
targetSdk flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
ndk {
abiFilters 'arm64-v8a', 'x86_64', 'armeabi-v7a'
}
}
buildTypes {