From 774627235e22552893670c72b436d8133d490683 Mon Sep 17 00:00:00 2001 From: Tiago Quelhas Date: Wed, 20 Mar 2024 12:04:21 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 617586334 --- bazel/py_proto_library.bzl | 1 - bazel/upb_c_proto_library.bzl | 1 - bazel/upb_minitable_proto_library.bzl | 1 - bazel/upb_proto_reflection_library.bzl | 1 - lua/lua_proto_library.bzl | 1 - protos/bazel/upb_cc_proto_library.bzl | 1 - python/dist/dist.bzl | 1 - 7 files changed, 7 deletions(-) diff --git a/bazel/py_proto_library.bzl b/bazel/py_proto_library.bzl index 41c4f6c2ba..f7328ca3c1 100644 --- a/bazel/py_proto_library.bzl +++ b/bazel/py_proto_library.bzl @@ -128,7 +128,6 @@ _py_proto_library_aspect = aspect( ) py_proto_library = rule( - output_to_genfiles = True, implementation = _py_proto_library_rule_impl, attrs = { "deps": attr.label_list( diff --git a/bazel/upb_c_proto_library.bzl b/bazel/upb_c_proto_library.bzl index 108582e5cb..b5bc22edc1 100644 --- a/bazel/upb_c_proto_library.bzl +++ b/bazel/upb_c_proto_library.bzl @@ -57,7 +57,6 @@ def _upb_c_proto_library_rule_impl(ctx): return upb_proto_rule_impl(ctx, UpbWrappedCcInfo, _UpbWrappedGeneratedSrcsInfo) upb_c_proto_library = rule( - output_to_genfiles = True, implementation = _upb_c_proto_library_rule_impl, attrs = { "deps": attr.label_list( diff --git a/bazel/upb_minitable_proto_library.bzl b/bazel/upb_minitable_proto_library.bzl index c00d824145..11a48a1467 100644 --- a/bazel/upb_minitable_proto_library.bzl +++ b/bazel/upb_minitable_proto_library.bzl @@ -65,7 +65,6 @@ def _upb_minitable_proto_library_rule_impl(ctx): return upb_proto_rule_impl(ctx, UpbMinitableCcInfo, _UpbWrappedGeneratedSrcsInfo) upb_minitable_proto_library = rule( - output_to_genfiles = True, implementation = _upb_minitable_proto_library_rule_impl, attrs = { "deps": attr.label_list( diff --git a/bazel/upb_proto_reflection_library.bzl b/bazel/upb_proto_reflection_library.bzl index 4181f7b650..c61fce0f7d 100644 --- a/bazel/upb_proto_reflection_library.bzl +++ b/bazel/upb_proto_reflection_library.bzl @@ -55,7 +55,6 @@ def _upb_proto_reflection_library_rule_impl(ctx): return upb_proto_rule_impl(ctx, _UpbDefsWrappedCcInfo, _WrappedDefsGeneratedSrcsInfo) upb_proto_reflection_library = rule( - output_to_genfiles = True, implementation = _upb_proto_reflection_library_rule_impl, attrs = { "deps": attr.label_list( diff --git a/lua/lua_proto_library.bzl b/lua/lua_proto_library.bzl index 0f80f81cef..6eac2e54e2 100644 --- a/lua/lua_proto_library.bzl +++ b/lua/lua_proto_library.bzl @@ -124,7 +124,6 @@ _lua_proto_library_aspect = aspect( ) lua_proto_library = rule( - output_to_genfiles = True, implementation = _lua_proto_rule_impl, attrs = { "deps": attr.label_list( diff --git a/protos/bazel/upb_cc_proto_library.bzl b/protos/bazel/upb_cc_proto_library.bzl index 105f8c0089..f071266ac4 100644 --- a/protos/bazel/upb_cc_proto_library.bzl +++ b/protos/bazel/upb_cc_proto_library.bzl @@ -289,7 +289,6 @@ _upb_cc_proto_library_aspect = aspect( ) upb_cc_proto_library = rule( - output_to_genfiles = True, implementation = _upb_cc_proto_rule_impl, attrs = { "deps": attr.label_list( diff --git a/python/dist/dist.bzl b/python/dist/dist.bzl index 75c21c31c3..061125ede6 100644 --- a/python/dist/dist.bzl +++ b/python/dist/dist.bzl @@ -113,7 +113,6 @@ def _py_dist_module_impl(ctx): ] py_dist_module = rule( - output_to_genfiles = True, implementation = _py_dist_module_impl, attrs = { "module_name": attr.string(mandatory = True),