aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/git/BUILD.tpl
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2017-12-22 15:44:29 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-12-22 15:48:23 -0800
commita64485dbb378d7ac6afc9082fd7176a957815a8c (patch)
tree8569696c2116f674fcc1ba7e324602d0de0cc5e5 /third_party/git/BUILD.tpl
parentf10a598e34da5ea4060ccfb8a027dd5c37c108c0 (diff)
Run gen_git_source.py inside of a repo_rule instead of configure.
PiperOrigin-RevId: 179971055
Diffstat (limited to 'third_party/git/BUILD.tpl')
-rw-r--r--third_party/git/BUILD.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/git/BUILD.tpl b/third_party/git/BUILD.tpl
new file mode 100644
index 0000000000..7b031e74d5
--- /dev/null
+++ b/third_party/git/BUILD.tpl
@@ -0,0 +1,10 @@
+# Description:
+# Exports generated files used to generate tensorflow/core/util/version_info.cc
+
+package(default_visibility = ["//visibility:public"])
+
+licenses(["notice"])
+
+exports_files(
+ glob(["gen/*"]),
+)