flutter/packages/flutter_tools/test/general.shard/commands
auto-submit[bot] 1901d6fa10
Reverts "Enable native compilation for windows-arm64 " (#141809)
Reverts flutter/flutter#137618
Initiated by: Jasguerrero
This change reverts the following previous change:
Original Description:
It's now possible to natively compile a flutter app for
windows-arm64. Cross-compilation is not yet implemented.

Uses arm64 artifacts now available for Dart/Flutter.
Platform detection is based on Abi class, provided by Dart. Depending if
Dart is an arm64 or x64 binary, the Abi is set accordingly.
Initial bootstrap of dart artifacts (update_dart_sdk.ps1) is checking
PROCESSOR_ARCHITECTURE environment variable, which is the way to detect
host architecture on Windows.

This is available only for master channel (on other channels, it
fallbacks to windows-x64).

On windows-x64, it produces an x64 app. On windows-arm64, it produces an
arm64 app.
2024-01-18 22:48:16 +00:00
..
analyze_base_test.dart Migrate analyze commands to null safety (#95442) 2021-12-22 12:14:19 -08:00
build_test.dart Reverts "Enable native compilation for windows-arm64 " (#141809) 2024-01-18 22:48:16 +00:00
flutter_root_test.dart add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00