Export 'configure' and 'configure.py' to allow inverse dependent repos to do 'bazel run @org_tensorflow//:configure -- --workspace $(pwd)'.

PiperOrigin-RevId: 219764425
This commit is contained in:
A. Unique TensorFlower 2018-11-02 01:26:36 -07:00 committed by TensorFlower Gardener
parent a2f2c7b035
commit bd893f36c3

2
BUILD
View File

@ -2,5 +2,7 @@ exports_files(
[
"LICENSE",
"ACKNOWLEDGEMENTS",
"configure",
"configure.py",
],
)