Skip to content

Commit

Permalink
protobuf: delete the _retain_options attribute from proto_library()
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 671513654
  • Loading branch information
ericsalo authored and haberman committed Sep 16, 2024
1 parent 40df5f4 commit 6b20374
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bazel/private/bazel_proto_library_rule.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ def _write_descriptor_set(ctx, proto_info, deps, exports, descriptor_set):

if ctx.attr._experimental_proto_descriptor_sets_include_source_info[BuildSettingInfo].value:
args.add("--include_source_info")
if hasattr(ctx.attr, "_retain_options") and ctx.attr._retain_options:
args.add("--retain_options")
args.add("--retain_options")

strict_deps = ctx.attr._strict_proto_deps[BuildSettingInfo].value
if strict_deps:
Expand Down

0 comments on commit 6b20374

Please sign in to comment.