Make LICENSE visible to bazel.

(The OSS //tensorflow/BUILD file can't see files as they are in the parent directory.)

PiperOrigin-RevId: 180578688
This commit is contained in:
A. Unique TensorFlower 2018-01-02 12:31:37 -08:00 committed by TensorFlower Gardener
parent 138ce57600
commit 794b6cb85a

6
BUILD
View File

@ -0,0 +1,6 @@
exports_files(
[
"LICENSE",
"ACKNOWLEDGEMENTS",
],
)