aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/workspace.bzl
diff options
context:
space:
mode:
authorGravatar Yifei Feng <yifeif@google.com>2018-10-03 14:01:16 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-03 14:07:00 -0700
commited904611009a74ae530335d3bd16b7070238cec3 (patch)
tree8c7db79db3461055882f2f3d4b4fea9b5a72177d /tensorflow/workspace.bzl
parent0b7a3df432f0e607b39ab17d1b85fb0b04e05bd5 (diff)
Update reference to tools/bazel.rc to .bazelrc after cl/215483141
PiperOrigin-RevId: 215623215
Diffstat (limited to 'tensorflow/workspace.bzl')
-rwxr-xr-xtensorflow/workspace.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
index bcc89ef729..d27732a801 100755
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -888,7 +888,7 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
# why we can't depend on the canonical build target.
# gRPC wants a cares dependency but its contents is not actually
- # important since we have set GRPC_ARES=0 in tools/bazel.rc
+ # important since we have set GRPC_ARES=0 in .bazelrc
native.bind(
name = "cares",
actual = "@grpc//third_party/nanopb:nanopb",