Skip to content

Commit 7746272

Browse files
tjgqcopybara-github
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 617586334
1 parent 32fe548 commit 7746272

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

bazel/py_proto_library.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ _py_proto_library_aspect = aspect(
128128
)
129129

130130
py_proto_library = rule(
131-
output_to_genfiles = True,
132131
implementation = _py_proto_library_rule_impl,
133132
attrs = {
134133
"deps": attr.label_list(

bazel/upb_c_proto_library.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ def _upb_c_proto_library_rule_impl(ctx):
5757
return upb_proto_rule_impl(ctx, UpbWrappedCcInfo, _UpbWrappedGeneratedSrcsInfo)
5858

5959
upb_c_proto_library = rule(
60-
output_to_genfiles = True,
6160
implementation = _upb_c_proto_library_rule_impl,
6261
attrs = {
6362
"deps": attr.label_list(

bazel/upb_minitable_proto_library.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ def _upb_minitable_proto_library_rule_impl(ctx):
6565
return upb_proto_rule_impl(ctx, UpbMinitableCcInfo, _UpbWrappedGeneratedSrcsInfo)
6666

6767
upb_minitable_proto_library = rule(
68-
output_to_genfiles = True,
6968
implementation = _upb_minitable_proto_library_rule_impl,
7069
attrs = {
7170
"deps": attr.label_list(

bazel/upb_proto_reflection_library.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def _upb_proto_reflection_library_rule_impl(ctx):
5555
return upb_proto_rule_impl(ctx, _UpbDefsWrappedCcInfo, _WrappedDefsGeneratedSrcsInfo)
5656

5757
upb_proto_reflection_library = rule(
58-
output_to_genfiles = True,
5958
implementation = _upb_proto_reflection_library_rule_impl,
6059
attrs = {
6160
"deps": attr.label_list(

lua/lua_proto_library.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ _lua_proto_library_aspect = aspect(
124124
)
125125

126126
lua_proto_library = rule(
127-
output_to_genfiles = True,
128127
implementation = _lua_proto_rule_impl,
129128
attrs = {
130129
"deps": attr.label_list(

protos/bazel/upb_cc_proto_library.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ _upb_cc_proto_library_aspect = aspect(
289289
)
290290

291291
upb_cc_proto_library = rule(
292-
output_to_genfiles = True,
293292
implementation = _upb_cc_proto_rule_impl,
294293
attrs = {
295294
"deps": attr.label_list(

python/dist/dist.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ def _py_dist_module_impl(ctx):
113113
]
114114

115115
py_dist_module = rule(
116-
output_to_genfiles = True,
117116
implementation = _py_dist_module_impl,
118117
attrs = {
119118
"module_name": attr.string(mandatory = True),

0 commit comments

Comments
 (0)