Skip to content

Commit

Permalink
Apply single_version_override patches to module files
Browse files Browse the repository at this point in the history
Partial commit for third_party/*, see #23536.

Change-Id: I6328552feb718a88c5c06926f5630ac3f951194f
Signed-off-by: Hee Cha <heec@google.com>
  • Loading branch information
fmeum authored and iancha1992 committed Sep 20, 2024
1 parent 26e46ec commit dcfe149
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions third_party/grpc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ filegroup(
"build_defs.bzl",
],
)

exports_files(["00_disable_layering_check.patch"])
1 change: 1 addition & 0 deletions third_party/upb/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ filegroup(
)

exports_files([
"BUILD",
"00_remove_toolchain_transition.patch",
])

0 comments on commit dcfe149

Please sign in to comment.