8000 Add loads to third_party on github · coderabbit-test/bazel@a5580e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit a5580e9

Browse files
comiusiancha1992
authored andcommitted
Add loads to third_party on github
These are needed to flip --incompatible_disable_autoloads_in_main_repository Partial commit for third_party/*, see bazelbuild#25815. Change-Id: I63b92b0bcecc0623e0306094cb4fafbce8cc2299 Signed-off-by: Hee Cha <heec@google.com>
1 parent 336b428 commit a5580e9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

third_party/grpc-java/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
load("@rules_license//rules:license.bzl", "license")
1818
load("//tools/distributions:distribution_rules.bzl", "distrib_cc_binary", "distrib_jar_filegroup")
19+
load("@rules_java//java:java_library.bzl", "java_library")
1920

2021
package(
2122
default_applicable_licenses = [":license"],

third_party/py/dataclasses/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Description:
22
# dataclasses module from the Python 3.7 standard library.
33
# For backporting to Python 3.6 and below.
4+
load("@rules_python//python:py_library.bzl", "py_library")
45

56
package(default_visibility = ["//visibility:public"])
67

0 commit comments

Comments
 (0)
0