aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-01-02 12:31:37 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-01-02 12:37:06 -0800
commit794b6cb85a97cb14bb28349ebc806cacbfa8412f (patch)
tree76c88f4ad1dda2494c4eb95b2d9abb3fdd3eda4c /BUILD
parent138ce5760011b862375fb2ac750de4493a7c1919 (diff)
Make LICENSE visible to bazel.
(The OSS //tensorflow/BUILD file can't see files as they are in the parent directory.) PiperOrigin-RevId: 180578688
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index e69de29bb2..4bf647e47a 100644
--- a/BUILD
+++ b/BUILD
@@ -0,0 +1,6 @@
+exports_files(
+ [
+ "LICENSE",
+ "ACKNOWLEDGEMENTS",
+ ],
+)