mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The dart_pkg rule for sky_engine now preserves directory structure. Account for the same in SnapshotterInvoke
This commit is contained in:
parent
6e39075a7a
commit
7f0ffa26ee
@ -84,7 +84,7 @@ SnapshotProject() {
|
||||
AssertExists $mojo_internal_path
|
||||
|
||||
# For dart:ui_internals
|
||||
local ui_internals_path="$(readlink ${packages}/sky_engine)/../sdk_ext/internals.dart"
|
||||
local ui_internals_path="$(readlink ${packages}/sky_engine)/../sdk_ext/bindings/internals.dart"
|
||||
AssertExists $ui_internals_path
|
||||
|
||||
# For dart:ui
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user