blob: 94b2d1316d87dcec1bf3c66aa3073a15af9a5fff [file] [log] [blame]
# Copyright 2020 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/dart/dart_library.gni")
dart_library("ports") {
package_name = "ports"
sources = [ "ports.dart" ]
deps = []
}