Skip to content

Commit 2ca7648

Browse files
committed
removed i686-linux-android from debug targets
1 parent 52ebc72 commit 2ca7648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargokit/gradle/plugin.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class CargoKitPlugin implements Plugin<Project> {
123123

124124
// Same thing addFlutterDependencies does in flutter.gradle
125125
if (buildType == "debug") {
126-
platforms.add("android-x86")
126+
// platforms.add("android-x86")
127127
platforms.add("android-x64")
128128
}
129129

0 commit comments

Comments
 (0)