aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/git/BUILD
blob: 34a516794850547a108d67338ac12bbbddce8164 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Description:
# Contains script to generate tensorflow/core/util/version_info.cc
# Also contains information about git repository deposited by configure
# in gen/...
package(default_visibility = ["//tensorflow:internal"])

licenses(["notice"])  # Apache 2.0

py_binary(
    name = "gen_git_source",
    srcs = ["gen_git_source.py"],
    srcs_version = "PY2AND3",
)