Skip to content

Commit 0036acc

Browse files
Add a standalone binary build for GCS ops
1 parent afdac5f commit 0036acc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tensorflow_io/gcs/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 = "gcs_config_ops",
1221
srcs = [

0 commit comments

Comments
 (0)