aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-03-22 12:18:06 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-03-22 13:31:32 -0700
commit7c455b0e909bf0a5309fd6970ef858bff31d7d24 (patch)
tree3b2bac3f3e79dc0d44e1a68fb246f9b254b39411
parentc281aa11454f05012de731924e4c99a8731a064a (diff)
Fix internal build, a build file got merged in boosted_trees.
Change: 150918469
-rw-r--r--tensorflow/contrib/boosted_trees/lib/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/boosted_trees/lib/BUILD b/tensorflow/contrib/boosted_trees/lib/BUILD
index 5111576bf0..714bd324c2 100644
--- a/tensorflow/contrib/boosted_trees/lib/BUILD
+++ b/tensorflow/contrib/boosted_trees/lib/BUILD
@@ -30,6 +30,7 @@ cc_library(
"quantiles/weighted_quantiles_stream.h",
"quantiles/weighted_quantiles_summary.h",
],
+ visibility = ["//visibility:public"],
deps = [
"//tensorflow/core:framework_headers_lib",
],