-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/buildroot
#569Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
Description
Following the 2.10 stable cycle, Flutter will no longer build for 32-bit iOS devices. See the RFC at flutter.dev/go/rfc-32-bit-ios-unsupported.
Remove dead 32-bit iOS logic once the engine is no longer building arm7v. Blocked by #97342.
} else if (current_cpu == "arm") {
common_mac_flags += [
"-arch",
"armv7",
]Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.