Merge "bp2build: Convert cc_test.test_options.tags to cc_test.tags"

This commit is contained in:
Jingwen Chen
2022-09-19 08:28:33 +00:00
committed by Gerrit Code Review
3 changed files with 29 additions and 0 deletions

View File

@@ -917,6 +917,8 @@ type CommonAttributes struct {
Name string
// Data mapped from: Required
Data bazel.LabelListAttribute
Tags bazel.StringListAttribute
}
// constraintAttributes represents Bazel attributes pertaining to build constraints,