blob: 049e19bd41a6bb62f3b360aa455f9b428ba7ed72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# © 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", "uts46.txt",
])
|