Skip to content

Commit cbb603a

Browse files
CEL Dev Teamcopybara-github
authored andcommitted
Internal change to BUILD permissions.
PiperOrigin-RevId: 868836221
1 parent ac15061 commit cbb603a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

py_cel/BUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ pybind_extension(
4343
"py_message_factory.cc",
4444
"py_message_factory.h",
4545
],
46-
visibility = ["//visibility:public"],
46+
visibility = [
47+
"//communication/rtctools/pcm/core:__pkg__",
48+
"//visibility:public",
49+
],
4750
deps = [
4851
":cel_extension",
4952
":status_macros",

0 commit comments

Comments
 (0)