Merge changes I8ca452aa,I437fc890,If9446700 into main
* changes: Handle .proto files in different package for filegroups Handle .proto files that end up in a different package Allow creation of BazelTargets in a different directory
This commit is contained in:
@@ -1021,6 +1021,11 @@ type CommonAttributes struct {
|
||||
Applicable_licenses bazel.LabelListAttribute
|
||||
|
||||
Testonly *bool
|
||||
|
||||
// Dir is neither a Soong nor Bazel target attribute
|
||||
// If set, the bazel target will be created in this directory
|
||||
// If unset, the bazel target will default to be created in the directory of the visited soong module
|
||||
Dir *string
|
||||
}
|
||||
|
||||
// constraintAttributes represents Bazel attributes pertaining to build constraints,
|
||||
|
Reference in New Issue
Block a user