Skip to content

Commit 7b925df

Browse files
committed
👷 Remove hardcoded i686(x86) compilation for Android debug builds
1 parent f3693e7 commit 7b925df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/agent_dart/cargokit/gradle/plugin.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ class CargoKitPlugin implements Plugin<Project> {
142142

143143
// Same thing addFlutterDependencies does in flutter.gradle
144144
if (buildType == "debug") {
145-
platforms.add("android-x86")
146145
platforms.add("android-x64")
147146
}
148147

0 commit comments

Comments
 (0)