blob: 755ae119a76cd135c7eb358d2597a453e918a58e [file] [log] [blame]
# Copyright 2024 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.
package(default_visibility = ["//visibility:public"])
cc_library(
name = "icu",
srcs = [
"icu_utf.cc",
"icu_utf.h",
],
)