Skip to content

Commit

Permalink
Add dependency_override for the new implicit dependency of frontend-s…
Browse files Browse the repository at this point in the history
…erver: vm_service (flutter#33495)

The new dependency was added in Dart SDK in dart-lang/sdk@077a790.
This change is needed to unblock the Dart SDK -> engine roll.
  • Loading branch information
alexmarkov authored May 19, 2022
1 parent 6074032 commit af2edb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flutter_frontend_server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,5 +131,7 @@ dependency_overrides:
path: ../../third_party/dart/third_party/pkg/usage
vm:
path: ../../third_party/dart/pkg/vm
vm_service:
path: ../../third_party/dart/pkg/vm_service
yaml:
path: ../../third_party/dart/third_party/pkg/yaml

0 comments on commit af2edb6

Please sign in to comment.