mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 15:42:14 +00:00
13 lines
419 B
Text
13 lines
419 B
Text
# © 2021 and later: Unicode, Inc. and others.
|
|
# License & terms of use: http://www.unicode.org/copyright.html
|
|
|
|
# This Bazel build file is needed to declare targets for the files used as
|
|
# inputs to binary executables that are a part of other Bazel genrule targets.
|
|
|
|
package(
|
|
default_visibility = ["//visibility:public"],
|
|
)
|
|
|
|
exports_files([
|
|
"nfc.txt", "nfkc.txt", "nfkc_cf.txt", "nfkc_scf.txt", "uts46.txt",
|
|
])
|