Make the old tensorflow/core:framework/*_pyclif targets visibility:private, users should now have migrated to the tensorflow/core:framework_*_pyclif aliases.
PiperOrigin-RevId: 279159990 Change-Id: I2fabf0b43d2732df6677b2da6da0391bff481cc8
This commit is contained in:
parent
ac92f1a19a
commit
0fd80986cb
@ -2023,7 +2023,7 @@ tf_pyclif_proto_library(
|
||||
name = "framework/%s_pyclif" % proto_name,
|
||||
proto_lib = ":protos_all",
|
||||
proto_srcfile = "framework/%s.proto" % proto_name,
|
||||
visibility = ["//visibility:public"],
|
||||
visibility = ["//visibility:private"],
|
||||
),
|
||||
]
|
||||
for proto_name in [
|
||||
|
Loading…
x
Reference in New Issue
Block a user