aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/default/build_config/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/platform/default/build_config/BUILD')
-rw-r--r--tensorflow/core/platform/default/build_config/BUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/tensorflow/core/platform/default/build_config/BUILD b/tensorflow/core/platform/default/build_config/BUILD
index 1619be9201..f372d2ef0d 100644
--- a/tensorflow/core/platform/default/build_config/BUILD
+++ b/tensorflow/core/platform/default/build_config/BUILD
@@ -57,12 +57,13 @@ cc_library(
name = "platformlib",
copts = tf_copts(),
deps = [
+ "//tensorflow/core:protos_cc",
"@farmhash_archive//:farmhash",
+ "@gif_archive//:gif",
+ "@highwayhash//:sip_hash",
"@jpeg_archive//:jpeg",
"@png_archive//:png",
- "@highwayhash//:sip_hash",
"@re2//:re2",
- "//tensorflow/core:protos_cc",
],
)