mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Temporary build fix
Unhook fitness from the build to work around build break in playfair. We updated the Sky package in an incompatible way, which means we need to roll in a new playfair package to build fitness.
This commit is contained in:
parent
2a3e51d51f
commit
f186981924
@ -7,7 +7,8 @@ group("examples") {
|
||||
|
||||
deps = [
|
||||
"//examples/demo_launcher",
|
||||
"//examples/fitness",
|
||||
# TODO(abarth): Add fitness back once playfair rolls
|
||||
#"//examples/fitness",
|
||||
"//examples/game",
|
||||
"//examples/mine_digger",
|
||||
"//examples/rendering",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user