projects
/
platform
/
upstream
/
tensorflow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
138ce57
)
Make LICENSE visible to bazel.
author
A. Unique TensorFlower
<gardener@tensorflow.org>
Tue, 2 Jan 2018 20:31:37 +0000
(12:31 -0800)
committer
TensorFlower Gardener
<gardener@tensorflow.org>
Tue, 2 Jan 2018 20:37:06 +0000
(12:37 -0800)
(The OSS //tensorflow/BUILD file can't see files as they are in the parent directory.)
PiperOrigin-RevId:
180578688
BUILD
patch
|
blob
|
history
diff --git
a/BUILD
b/BUILD
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4bf647e47aa56cff0b3fd5af7d5df99d8b70549b 100644
(file)
--- a/
BUILD
+++ b/
BUILD
@@
-0,0
+1,6
@@
+exports_files(
+ [
+ "LICENSE",
+ "ACKNOWLEDGEMENTS",
+ ],
+)