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

10 lines
211 B (Stored with Git LFS)
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/*"]),
)