Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 690525258
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Oct 28, 2024
1 parent ac29f2d commit 654048b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bazel/private/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ bzl_library(

bzl_library(
name = "cc_proto_aspect_bzl",
srcs = [
"cc_proto_aspect.bzl",
srcs = ["cc_proto_aspect.bzl"],
deps = [
":bazel_cc_proto_library_bzl",
],
deps = [":bazel_cc_proto_library_bzl"],
)

bzl_library(
Expand Down
2 changes: 1 addition & 1 deletion bazel/private/java_lite_proto_library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def _rule_impl(ctx):
if runtime:
proguard_provider_specs = runtime[ProguardSpecInfo]
else:
proguard_provider_specs = ProguardSpecInfo(specs = depset())
proguard_provider_specs = ProguardSpecInfo(depset())

java_info = java_info_merge_for_protos([dep[JavaInfo] for dep in ctx.attr.deps], merge_java_outputs = False)

Expand Down

0 comments on commit 654048b

Please sign in to comment.