blob: 2c9b49173f52c9c7ed1650b2f43b9a15eabd9f55 [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("intl") {
package_name = "intl"
sources = []
deps = [
"//third_party/dart-pkg/pub/path",
]
disable_analysis = true
}