From a607bb8bce30a35e573b8eb7c7a743de09a4e2f3 Mon Sep 17 00:00:00 2001 From: Martin Kustermann Date: Tue, 24 Jan 2023 09:35:05 +0100 Subject: [PATCH] Add mmap dependency to flutter_frontend_server (flutter/engine#39090) In a follow-up change in Dart SDK, package:compiler (a dependency of flutter_frontend_server) will start using package:mmap --- engine/src/flutter/flutter_frontend_server/pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/src/flutter/flutter_frontend_server/pubspec.yaml b/engine/src/flutter/flutter_frontend_server/pubspec.yaml index 4f5bc2056d3..b492661d480 100644 --- a/engine/src/flutter/flutter_frontend_server/pubspec.yaml +++ b/engine/src/flutter/flutter_frontend_server/pubspec.yaml @@ -77,6 +77,8 @@ dependency_overrides: path: ../testing/litetest meta: path: ../../third_party/dart/pkg/meta + mmap: + path: ../../third_party/dart/pkg/mmap package_config: path: ../../third_party/dart/third_party/pkg/package_config path: