Closed
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.