From 6c8df2b6189977e0bb6c1077b153752acad7ec14 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 29 Dec 2025 01:21:29 -0800 Subject: [PATCH] Internal Change PiperOrigin-RevId: 849966203 --- tsl/profiler/protobuf/BUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsl/profiler/protobuf/BUILD b/tsl/profiler/protobuf/BUILD index f127cb1f3..eaf0eb90e 100644 --- a/tsl/profiler/protobuf/BUILD +++ b/tsl/profiler/protobuf/BUILD @@ -16,6 +16,7 @@ package_group( tf_proto_library( name = "xplane_proto", srcs = ["xplane.proto"], + compatible_with = ["//buildenv/target:non_prod"], make_default_target_header_only = True, visibility = internal_visibility([":friends"]), ) @@ -33,6 +34,7 @@ tf_proto_library( tf_proto_library( name = "profiler_options_proto", srcs = ["profiler_options.proto"], + compatible_with = ["//buildenv/target:non_prod"], make_default_target_header_only = True, visibility = ["//visibility:public"], )