From 61151636c085ae1516b04b0e9c3adf0f4138cf93 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Fri, 10 Jan 2025 18:03:29 -0800 Subject: [PATCH] Internal change PiperOrigin-RevId: 714289143 --- upb/bazel/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upb/bazel/BUILD b/upb/bazel/BUILD index f83de7b75ae58..317e9bea17608 100644 --- a/upb/bazel/BUILD +++ b/upb/bazel/BUILD @@ -15,5 +15,5 @@ licenses(["notice"]) py_binary( name = "amalgamate", srcs = ["amalgamate.py"], - visibility = ["//upb:__pkg__"], + visibility = ["//visibility:private"], )