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
This commit is contained in:
Martin Kustermann 2023-01-24 09:35:05 +01:00 committed by GitHub
parent 4ff7444e15
commit a607bb8bce

View File

@ -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: