From 46a6b5429516e5d6360a8e40cd0a6cba5fa16271 Mon Sep 17 00:00:00 2001 From: Martin Kustermann Date: Mon, 21 Nov 2022 14:49:11 +0100 Subject: [PATCH] Add package:ffi as path dependency to flutter_frontend_server (#37802) The CL in [0] added package:ffi as dependency to package:compiler. Since flutter_frontend_server needs all dependencies as path dependencies, we need to add package:ffi there via path. [0] https://dart-review.googlesource.com/c/sdk/+/269640 --- flutter_frontend_server/pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flutter_frontend_server/pubspec.yaml b/flutter_frontend_server/pubspec.yaml index b4cbec70b3011..4f5bc2056d3fa 100644 --- a/flutter_frontend_server/pubspec.yaml +++ b/flutter_frontend_server/pubspec.yaml @@ -55,6 +55,8 @@ dependency_overrides: path: ../../third_party/dart/pkg/dev_compiler expect: path: ../../third_party/dart/pkg/expect + ffi: + path: ../../third_party/dart/third_party/pkg/ffi fixnum: path: ../../third_party/dart/third_party/pkg/fixnum front_end: