mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #584 from eseidelGoogle/workbench
Stop using workbench/packages for sky_snapshot
This commit is contained in:
commit
592a3216cb
@ -32,8 +32,7 @@ template("skyx") {
|
||||
args = [
|
||||
rebase_path("$sky_snapshot_dir/sky_snapshot", src_dir),
|
||||
rebase_path(main_dart, src_dir),
|
||||
"--package-root",
|
||||
rebase_path("//sky/packages/workbench/packages", src_dir),
|
||||
"--package-root", rebase_path("packages"),
|
||||
"--snapshot",
|
||||
rebase_path(snapshot, src_dir),
|
||||
"-C",
|
||||
|
||||
@ -6,8 +6,6 @@ homepage: https://github.com/domokit/sky_engine/tree/master/sky/packages/workben
|
||||
dependencies:
|
||||
sky: any
|
||||
sky_tools: any
|
||||
# This is a hack until sky_snapshot no longer uses workbench's packages directory.
|
||||
playfair: any
|
||||
dependency_overrides:
|
||||
material_design_icons:
|
||||
path: ../material_design_icons
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user