From bd893f36c3a5be8e2281e521c94fd6d2b8ff036c Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 2 Nov 2018 01:26:36 -0700 Subject: [PATCH] Export 'configure' and 'configure.py' to allow inverse dependent repos to do 'bazel run @org_tensorflow//:configure -- --workspace $(pwd)'. PiperOrigin-RevId: 219764425 --- BUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILD b/BUILD index 4bf647e47aa..1200cf5f710 100644 --- a/BUILD +++ b/BUILD @@ -2,5 +2,7 @@ exports_files( [ "LICENSE", "ACKNOWLEDGEMENTS", + "configure", + "configure.py", ], )