Internal Code Change

PiperOrigin-RevId: 552745316
pull/13675/head^2
Protobuf Team Bot 1 year ago committed by Copybara-Service
parent ea68c8a82b
commit 8a4752a455
  1. 4
      BUILD

@ -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"],
)

Loading…
Cancel
Save