mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
add dart_internal override where necessary (flutter/engine#42920)
A dependency to dart_internal was added in https://dart-review.googlesource.com/c/sdk/+/309460/6 and all transitive deps need to have overrides.
This commit is contained in:
parent
2c978483f9
commit
660bdd6b03
@ -49,6 +49,8 @@ dependency_overrides:
|
||||
path: ../../third_party/dart/pkg/compiler
|
||||
crypto:
|
||||
path: ../../third_party/dart/third_party/pkg/crypto
|
||||
dart_internal:
|
||||
path: ../../third_party/dart/pkg/dart_internal
|
||||
dart2js_info:
|
||||
path: ../../third_party/dart/pkg/dart2js_info
|
||||
dev_compiler:
|
||||
|
||||
@ -52,6 +52,8 @@ dependency_overrides:
|
||||
path: ../../../third_party/dart/third_party/pkg/convert
|
||||
crypto:
|
||||
path: ../../../third_party/dart/third_party/pkg/crypto
|
||||
dart_internal:
|
||||
path: ../../../third_party/dart/pkg/dart_internal
|
||||
expect:
|
||||
path: ../../../third_party/dart/pkg/expect
|
||||
file:
|
||||
|
||||
@ -28,6 +28,8 @@ dependency_overrides: # Must include all transitive dependencies from the "any"
|
||||
path: ../../third_party/dart/third_party/pkg/convert
|
||||
crypto:
|
||||
path: ../../third_party/dart/third_party/pkg/crypto
|
||||
dart_internal:
|
||||
path: ../../third_party/dart/pkg/dart_internal
|
||||
file:
|
||||
path: ../../third_party/pkg/file/packages/file
|
||||
glob:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user