blob: 17741d80da99747f045f7c6563d8809a59271391 [file] [log] [blame]
# Copyright 2019 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.
group("intl") {
public_deps = [
"intl_property_provider_impl",
"unicode_utils",
]
}
group("tests") {
testonly = true
public_deps = [
"intl_property_provider_impl:tests",
"unicode_utils:tests",
]
}