flutter/packages/flutter_tools/test/general.shard/isolated/ios
Martin Kustermann e2d8121708
Remove dependency on [Target] and instead operate on [Architecture] (#159196)
The dart-lang/native repository contains a `Target` class that is almost
not needed anymore. The remaining uses are mainly due to kernel asset
mapping (which we may be able to remove in the future).

This PR removes usages of that `Target` (in favor of `Architecture`)
class in most places in flutter tools.
This makes the code also cleaner because we no longer have an implicit
assumption that
a `List<Target>` all belong to the same operating system.
2024-11-20 12:44:43 +00:00
..
native_assets_test.dart Remove dependency on [Target] and instead operate on [Architecture] (#159196) 2024-11-20 12:44:43 +00:00