Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 691909484
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Oct 31, 2024
1 parent 0657eed commit 7521732
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions upb/json/BUILD
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions upb/message/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions upb/test/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions upb/util/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
load("//bazel:proto_library.bzl", "proto_library")
load(
"//bazel:upb_proto_library.bzl",
"upb_c_proto_library",
Expand Down

0 comments on commit 7521732

Please sign in to comment.