Commit 3f600e99 authored by P.Y. Laligand's avatar P.Y. Laligand Committed by GitHub

Add a dependency on sky_engine on Fuchsia. (#6935)

This allows us to run the analyzer CLI on packages and correctly find dart:ui.
parent 1e1bed1e
......@@ -17,4 +17,8 @@ dart_package("flutter") {
"//third_party/dart-pkg/pub/meta",
"//third_party/dart-pkg/pub/vector_math",
]
if (is_fuchsia) {
deps += [ "//flutter/sky/packages/sky_engine:sky_engine_dart" ]
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment