flutter/packages/flutter_tools/lib
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
..
src Remove dependency on [Target] and instead operate on [Architecture] (#159196) 2024-11-20 12:44:43 +00:00
executable.dart [native assets] Rewrite install names for relocated native libraries (#153054) 2024-08-29 14:51:23 +00:00
runner.dart Handle ProcessExceptions due to git missing on the host (#154445) 2024-09-09 20:47:05 +00:00