From cbb603a0585e1ea7bab553330dd82a4bc4c206a2 Mon Sep 17 00:00:00 2001 From: CEL Dev Team Date: Wed, 11 Feb 2026 14:08:20 -0800 Subject: [PATCH] Internal change to BUILD permissions. PiperOrigin-RevId: 868836221 --- py_cel/BUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/py_cel/BUILD b/py_cel/BUILD index 697931e..e1d356b 100644 --- a/py_cel/BUILD +++ b/py_cel/BUILD @@ -43,7 +43,10 @@ pybind_extension( "py_message_factory.cc", "py_message_factory.h", ], - visibility = ["//visibility:public"], + visibility = [ + "//communication/rtctools/pcm/core:__pkg__", + "//visibility:public", + ], deps = [ ":cel_extension", ":status_macros",