From e64525c030aef164f1affba24e0327964d851f53 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 23 Apr 2026 11:54:31 -0700 Subject: [PATCH] Updating BUILD file targets (compatible_with) PiperOrigin-RevId: 904566863 --- 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"], )