Skip to content

Commit 59ddbc4

Browse files
Add a standalone binary build for GCS ops
1 parent 75545f5 commit 59ddbc4

File tree

1 file changed

+9
-0
lines changed
  • tensorflow_io/core/plugins/http

1 file changed

+9
-0
lines changed

tensorflow_io/core/plugins/http/BUILD

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ 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+
1019
cc_library(
1120
name = "http",
1221
srcs = [

0 commit comments

Comments
 (0)