Skip to content

Commit

Permalink
[fuchsia] Update package() BUILD.gn syntax (flutter#4313)
Browse files Browse the repository at this point in the history
Update the package() template to match the new syntax. This change keeps this
package working the same way it does currently (i.e., being included in the
system image). In the future, we'll want to remove this annotation and separate
this package from the system image.
  • Loading branch information
abarth authored Nov 2, 2017
1 parent ce7202d commit 4abf2c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ if (is_fuchsia) {
import("//packages/package.gni")

package("package") {
system_image = true
testonly = true

package_name = "flutter"
Expand Down

0 comments on commit 4abf2c5

Please sign in to comment.