Skip to content

Commit

Permalink
Clean up merge
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbanfield committed Dec 15, 2020
1 parent cb8ffe7 commit 3536338
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
12 changes: 12 additions & 0 deletions tensorflow_io/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,18 @@ cc_binary(
}),
)

cc_binary(
name = "python/ops/libtensorflow_io_plugins.so",
copts = tf_io_copts(),
linkshared = 1,
deps = select({
"//tensorflow_io/core:static_build_on": [],
"//conditions:default": [
"//tensorflow_io/core/plugins:plugins",
],
}),
)

cc_binary(
name = "python/ops/libtensorflow_io_golang.so",
copts = tf_io_copts(),
Expand Down
9 changes: 0 additions & 9 deletions tensorflow_io/core/plugins/http/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ load(
"tf_io_copts",
)

cc_binary(
name = "_gcs_config_ops.so",
copts = tf_io_copts(),
linkshared = 1,
deps = [
":gcs_config_ops",
],
)

cc_library(
name = "http",
srcs = [
Expand Down

0 comments on commit 3536338

Please sign in to comment.