Skip to content

Commit 23649b0

Browse files
Automated Code Change
PiperOrigin-RevId: 783049451
1 parent 0df1315 commit 23649b0

File tree

20 files changed

+39
-0
lines changed

20 files changed

+39
-0
lines changed

rust/upb/sys/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# license that can be found in the LICENSE file or at
55
# https://developers.google.com/open-source/licenses/bsd
66

7+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
78
load("@rules_pkg//pkg:mappings.bzl", "pkg_files", "strip_prefix")
89
load("@rules_rust//rust:defs.bzl", "rust_library", "rust_test")
910

upb/base/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_library.bzl", "cc_library")
9+
load("@rules_cc//cc:cc_test.bzl", "cc_test")
810
load("//upb/bazel:build_defs.bzl", "UPB_DEFAULT_COPTS")
911

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

upb/conformance/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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")
89
load("@rules_shell//shell:sh_test.bzl", "sh_test")
910
load(
1011
"//bazel:upb_proto_library.bzl",

upb/hash/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_library.bzl", "cc_library")
9+
load("@rules_cc//cc:cc_test.bzl", "cc_test")
810
load("//upb/bazel:build_defs.bzl", "UPB_DEFAULT_COPTS")
911

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

upb/io/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
2+
load("@rules_cc//cc:cc_test.bzl", "cc_test")
3+
14
package(default_applicable_licenses = ["//:license"])
25

36
cc_library(

upb/json/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# TODO: describe this package.
22

3+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
4+
load("@rules_cc//cc:cc_test.bzl", "cc_test")
35
load("//bazel:proto_library.bzl", "proto_library")
46
load(
57
"//bazel:upb_proto_library.bzl",

upb/lex/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_library.bzl", "cc_library")
9+
load("@rules_cc//cc:cc_test.bzl", "cc_test")
810
load("//upb/bazel:build_defs.bzl", "UPB_DEFAULT_COPTS")
911

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

upb/mem/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_library.bzl", "cc_library")
9+
load("@rules_cc//cc:cc_test.bzl", "cc_test")
810
load("//upb/bazel:build_defs.bzl", "UPB_DEFAULT_COPTS")
911

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

upb/message/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_library.bzl", "cc_library")
9+
load("@rules_cc//cc:cc_test.bzl", "cc_test")
810
load("//bazel:proto_library.bzl", "proto_library")
911
load(
1012
"//bazel:upb_minitable_proto_library.bzl",

upb/mini_descriptor/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_library.bzl", "cc_library")
2+
load("@rules_cc//cc:cc_test.bzl", "cc_test")
13
load(
24
"//upb/bazel:build_defs.bzl",
35
"UPB_DEFAULT_COPTS",

0 commit comments

Comments
 (0)