Skip to content

Commit 3536338

Browse files
Clean up merge
1 parent cb8ffe7 commit 3536338

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

tensorflow_io/core/BUILD

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,18 @@ cc_binary(
744744
}),
745745
)
746746

747+
cc_binary(
748+
name = "python/ops/libtensorflow_io_plugins.so",
749+
copts = tf_io_copts(),
750+
linkshared = 1,
751+
deps = select({
752+
"//tensorflow_io/core:static_build_on": [],
753+
"//conditions:default": [
754+
"//tensorflow_io/core/plugins:plugins",
755+
],
756+
}),
757+
)
758+
747759
cc_binary(
748760
name = "python/ops/libtensorflow_io_golang.so",
749761
copts = tf_io_copts(),

tensorflow_io/core/plugins/http/BUILD

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@ load(
77
"tf_io_copts",
88
)
99

10-
cc_binary(
11-
name = "_gcs_config_ops.so",
12-
copts = tf_io_copts(),
13-
linkshared = 1,
14-
deps = [
15-
":gcs_config_ops",
16-
],
17-
)
18-
1910
cc_library(
2011
name = "http",
2112
srcs = [

0 commit comments

Comments
 (0)