Skip to content

Commit

Permalink
Internal Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 552745316
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Aug 1, 2023
1 parent ea68c8a commit 8a4752a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,9 @@ cc_library(
"upb/mem/arena_internal.h",
],
copts = UPB_DEFAULT_COPTS,
visibility = ["//:__subpackages__"],
visibility = [
"//visibility:private", # Only private by automation, not intent. Owner may accept CLs adding visibility. See go/scheuklappen#explicit-private.
],
deps = [":port"],
)

Expand Down

0 comments on commit 8a4752a

Please sign in to comment.