Skip to content

Commit cb8ffe7

Browse files
Rebase change
1 parent ca8e327 commit cb8ffe7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tensorflow_io/gcs/BUILD

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ 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+
19+
1020
cc_library(
1121
name = "gcs_config_ops",
1222
srcs = [

0 commit comments

Comments
 (0)