1# © 2021 and later: Unicode, Inc. and others. 2# License & terms of use: http://www.unicode.org/copyright.html 3 4# This Bazel build file is needed to declare targets for the files used as 5# inputs to binary executables that are a part of other Bazel genrule targets. 6 7package( 8 default_visibility = ["//visibility:public"], 9) 10 11exports_files([ 12 "nfc.txt", "nfkc.txt", "nfkc_cf.txt", "uts46.txt", 13]) 14