kse-01/tensorflow/third_party/git/BUILD.tpl
github-classroom[bot] 05b050893c
Initial commit
2023-10-09 11:37:31 +00:00

11 lines
211 B
Smarty

# Description:
# Exports generated files used to generate tensorflow/core/util/version_info.cc
package(default_visibility = ["//visibility:public"])
licenses(["notice"])
exports_files(
glob(["gen/*"]),
)