-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityengineflutter/engine repository. See also e: labels.flutter/engine repository. See also e: labels.platform-host-armBuilding on an ARM-based platformBuilding on an ARM-based platformplatform-windowsBuilding on or for Windows specificallyBuilding on or for Windows specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Description
Use case
To support targeting Windows on Arm platform (#62597), we need first to enable artifacts for flutter engine on this platform.
Proposal
Engine can be cross-compiled from a x64 machine by using:
python3 ./flutter/tools/gn --no-goma --windows-cpu arm64
ninja -C out/host_debug_arm64
I'll create a patch for recipe file.
Thanks @loic-sharma for proposing to help upstream this patch.
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityengineflutter/engine repository. See also e: labels.flutter/engine repository. See also e: labels.platform-host-armBuilding on an ARM-based platformBuilding on an ARM-based platformplatform-windowsBuilding on or for Windows specificallyBuilding on or for Windows specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version