Reformat build/soong for go 1.19
Test: none Change-Id: I132368f0fcbdb5ea088b5b84dbe4ccfdd9e94cad
This commit is contained in:
@@ -369,7 +369,9 @@ func newPropertyPrunerForStructType(structType reflect.Type, selector fieldSelec
|
||||
// structure which are not supported by the specified target build release.
|
||||
//
|
||||
// A property is pruned if its field has a tag of the form:
|
||||
// `supported_build_releases:"<build-release-set>"`
|
||||
//
|
||||
// `supported_build_releases:"<build-release-set>"`
|
||||
//
|
||||
// and the resulting build release set does not contain the target build release. Properties that
|
||||
// have no such tag are assumed to be supported by all releases.
|
||||
func newPropertyPrunerByBuildRelease(propertiesStruct interface{}, targetBuildRelease *buildRelease) *propertyPruner {
|
||||
|
Reference in New Issue
Block a user