From 752173215aa763a5b87b3b513ca187b5b787b0a4 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Thu, 31 Oct 2024 13:07:14 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 691909484 --- upb/json/BUILD | 1 + upb/message/BUILD | 1 + upb/test/BUILD | 1 + upb/util/BUILD | 1 + 4 files changed, 4 insertions(+) diff --git a/upb/json/BUILD b/upb/json/BUILD index 18f5c0a003..e4bd9e44bb 100644 --- a/upb/json/BUILD +++ b/upb/json/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", diff --git a/upb/message/BUILD b/upb/message/BUILD index 9724a5b691..7bb8df663d 100644 --- a/upb/message/BUILD +++ b/upb/message/BUILD @@ -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", diff --git a/upb/test/BUILD b/upb/test/BUILD index 126df20aec..e5a46e5732 100644 --- a/upb/test/BUILD +++ b/upb/test/BUILD @@ -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", diff --git a/upb/util/BUILD b/upb/util/BUILD index e95651f6e7..a8e0ed3a46 100644 --- a/upb/util/BUILD +++ b/upb/util/BUILD @@ -1,3 +1,4 @@ +load("//bazel:proto_library.bzl", "proto_library") load( "//bazel:upb_proto_library.bzl", "upb_c_proto_library",