From dcfe149ce114d41b27f68ce25f32a86c72b452ee Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Fri, 6 Sep 2024 13:02:41 +0200 Subject: [PATCH] Apply `single_version_override` patches to module files Partial commit for third_party/*, see #23536. Change-Id: I6328552feb718a88c5c06926f5630ac3f951194f Signed-off-by: Hee Cha --- third_party/grpc/BUILD | 2 ++ third_party/upb/BUILD | 1 + 2 files changed, 3 insertions(+) diff --git a/third_party/grpc/BUILD b/third_party/grpc/BUILD index 1ef653cfdbeb29..8be293bba2b802 100644 --- a/third_party/grpc/BUILD +++ b/third_party/grpc/BUILD @@ -70,3 +70,5 @@ filegroup( "build_defs.bzl", ], ) + +exports_files(["00_disable_layering_check.patch"]) diff --git a/third_party/upb/BUILD b/third_party/upb/BUILD index c6206bd8bc95c0..068af02115b375 100644 --- a/third_party/upb/BUILD +++ b/third_party/upb/BUILD @@ -7,5 +7,6 @@ filegroup( ) exports_files([ + "BUILD", "00_remove_toolchain_transition.patch", ])