Skip to content

Commit 94f63aa

Browse files
A Googlercopybara-github
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 700078610 Change-Id: I75b01385d6dc18cbe2ec47924cc489f34c01df0a
1 parent ede716e commit 94f63aa

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ git_override(
2121
rules_java_toolchains = use_extension("@rules_java//java:extensions.bzl", "toolchains")
2222
use_repo(rules_java_toolchains, "remote_java_tools")
2323

24-
bazel_dep(name = "protobuf", version = "29.0-rc2.bcr.1")
24+
bazel_dep(name = "protobuf", version = "29.0-rc2.bcr.1", repo_name = "com_google_protobuf")
2525
bazel_dep(name = "rules_jvm_external", version = "6.5")
2626
bazel_dep(name = "bazel_skylib", version = "1.0.3")
2727
bazel_dep(name = "rules_robolectric", version = "4.13", repo_name = "robolectric")

src/tools/ak/proto/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
22
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
3+
load("@com_google_protobuf//bazel:proto_library.bzl", "proto_library")
34

45
# Description:
56
# Protocol buffer definitions used by AK

src/tools/ak/res/proto/BUILD

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

44
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library", "go_test")
55
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
6+
load("@com_google_protobuf//bazel:proto_library.bzl", "proto_library")
67

78
package(
89
default_applicable_licenses = ["//:license"],

0 commit comments

Comments
 (0)