Skip to content

Commit 8af5fad

Browse files
Automated Code Change
PiperOrigin-RevId: 783038271
1 parent 9a8fc7a commit 8af5fad

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

bazel/tests/testdata/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
2+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
13
load("//bazel:proto_library.bzl", "proto_library")
24
load("//bazel/toolchains:proto_lang_toolchain.bzl", "proto_lang_toolchain")
35

editions/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
2+
load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
3+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
4+
load("@rules_cc//cc:cc_test.bzl", "cc_test")
25
load("@rules_shell//shell:sh_binary.bzl", "sh_binary")
36
load("@rules_shell//shell:sh_test.bzl", "sh_test")
47
load("//:protobuf.bzl", "internal_objc_proto_library", "internal_php_proto_library", "internal_py_proto_library")

hpb_generator/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
# license that can be found in the LICENSE file or at
66
# https://developers.google.com/open-source/licenses/bsd
77

8+
load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
9+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
810
load("//bazel/toolchains:proto_lang_toolchain.bzl", "proto_lang_toolchain")
911
load(
1012
"//upb/bazel:build_defs.bzl",

hpb_generator/tests/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
# license that can be found in the LICENSE file or at
66
# https://developers.google.com/open-source/licenses/bsd
77

8+
load("@rules_cc//cc:cc_test.bzl", "cc_test")
9+
810
# todo: re-add post migration
911

1012
package(default_applicable_licenses = ["//:license"])

0 commit comments

Comments
 (0)