BUILD.bazel (419B)
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 7 package( 8 default_visibility = ["//visibility:public"], 9 ) 10 11 exports_files([ 12 "nfc.txt", "nfkc.txt", "nfkc_cf.txt", "nfkc_scf.txt", "uts46.txt", 13 ])