Skip to content

Commit

Permalink
Update the type of a Fuchsia target. (flutter#4710)
Browse files Browse the repository at this point in the history
  • Loading branch information
pylaligand authored Feb 24, 2018
1 parent 26dc90c commit 660a861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sky/packages/sky_engine/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ dart_pkg("sky_engine") {
}

if (is_fuchsia) {
import("//build/dart/dart_package.gni")
import("//build/dart/dart_library.gni")

dart_package("sky_engine_dart") {
dart_library("sky_engine_dart") {
package_name = "sky_engine"

source_dir = rebase_path("$root_gen_dir/dart-pkg/sky_engine/lib")
Expand Down

0 comments on commit 660a861

Please sign in to comment.