use CommonAttributes for Tags in protos filegroups

The Tags attribute is now available in CommonAttributes, and if we use
that one, we won't get errors with conflicting definitions of the
attribute if a global Tags value is added via CommonAttributes.

Test: m bp2build
Change-Id: I422ed817b84e6808ef60fe3599fe84332bc51d8e
This commit is contained in:
Sam Delmerico
2022-11-21 15:38:54 -05:00
parent 80850d8639
commit e9b33f70ae
2 changed files with 5 additions and 4 deletions

View File

@@ -164,7 +164,6 @@ type ProtoAttrs struct {
Srcs bazel.LabelListAttribute
Strip_import_prefix *string
Deps bazel.LabelListAttribute
Tags []string
}
// For each package in the include_dirs property a proto_library target should