blob: 117c651aa420013300fa5de317fc9f192708b525 [file] [log] [blame]
# Copyright 2016 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("config") {
package_name = "config"
sdk_category = "partner"
sources = [
"config.dart",
]
}