Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 190260340
  • Loading branch information
cmclean authored and Copybara-Service committed Mar 23, 2018
1 parent 507a1d9 commit 1e4cf5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deepvariant/util/vendor/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ cc_library(
name = "zlib_compression_options",
hdrs = ["zlib_compression_options.h"],
deps = [
"//third_party/zlib:zlibsystem",
"@org_tensorflow//tensorflow/core:lib",
"@zlib_archive//:zlib",
],
)

Expand All @@ -81,8 +81,8 @@ cc_library(
hdrs = ["zlib_inputstream.h"],
deps = [
":zlib_compression_options",
"//third_party/zlib:zlibsystem",
"@org_tensorflow//tensorflow/core:lib",
"@zlib_archive//:zlib",
],
)

Expand All @@ -91,7 +91,7 @@ cc_library(
hdrs = ["zlib_outputbuffer.h"],
deps = [
":zlib_compression_options",
"//third_party/zlib:zlibsystem",
"@org_tensorflow//tensorflow/core:lib",
"@zlib_archive//:zlib",
],
)

0 comments on commit 1e4cf5c

Please sign in to comment.