Skip to content

Commit

Permalink
Make LICENSE visible to bazel.
Browse files Browse the repository at this point in the history
(The OSS //tensorflow/BUILD file can't see files as they are in the parent directory.)

PiperOrigin-RevId: 180578688
  • Loading branch information
tensorflower-gardener committed Jan 2, 2018
1 parent 138ce57 commit 794b6cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
exports_files(
[
"LICENSE",
"ACKNOWLEDGEMENTS",
],
)

0 comments on commit 794b6cb

Please sign in to comment.