aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform
diff options
context:
space:
mode:
authorGravatar Benjamin Kramer <kramerb@google.com>2018-08-31 10:59:48 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-31 11:04:34 -0700
commitdf753323a22cc4a58a26275b52ce2cd636350813 (patch)
tree78d1c4c3bdded2baddb90f5313eb2adb8c2120b4 /tensorflow/core/platform
parentec7c5bf160c5216b322b65a298b1f83aae1c7d32 (diff)
Alias gtl::optional to absl::optional and remove the old implementation.
PiperOrigin-RevId: 211110958
Diffstat (limited to 'tensorflow/core/platform')
-rw-r--r--tensorflow/core/platform/default/build_config.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/platform/default/build_config.bzl b/tensorflow/core/platform/default/build_config.bzl
index 0411a8c4f9..07b2e3426b 100644
--- a/tensorflow/core/platform/default/build_config.bzl
+++ b/tensorflow/core/platform/default/build_config.bzl
@@ -626,6 +626,7 @@ def tf_additional_lib_deps():
return [
"@com_google_absl//absl/base:base",
"@com_google_absl//absl/types:span",
+ "@com_google_absl//absl/types:optional",
] + if_static(
["@nsync//:nsync_cpp"],
["@nsync//:nsync_headers"],