Automated Code Change

PiperOrigin-RevId: 691909484
pull/19067/head
Protobuf Team Bot 5 months ago committed by Copybara-Service
parent 0657eed703
commit 752173215a
  1. 1
      upb/json/BUILD
  2. 1
      upb/message/BUILD
  3. 1
      upb/test/BUILD
  4. 1
      upb/util/BUILD

@ -1,5 +1,6 @@
# TODO: describe this package.
load("//bazel:proto_library.bzl", "proto_library")
load(
"//bazel:upb_proto_library.bzl",
"upb_c_proto_library",

@ -5,6 +5,7 @@
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd
load("//bazel:proto_library.bzl", "proto_library")
load(
"//bazel:upb_minitable_proto_library.bzl",
"upb_minitable_proto_library",

@ -5,6 +5,7 @@
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd
load("//bazel:proto_library.bzl", "proto_library")
load(
"//bazel:upb_minitable_proto_library.bzl",
"upb_minitable_proto_library",

@ -1,3 +1,4 @@
load("//bazel:proto_library.bzl", "proto_library")
load(
"//bazel:upb_proto_library.bzl",
"upb_c_proto_library",

Loading…
Cancel
Save