blob: 7d3ca4cf6cf745393d7ed48c8c8a7df95be86737 [file] [log] [blame]
# Copyright 2017 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("func") {
package_name = "func"
sources = []
disable_analysis = true
}