Merge "Create a product variable for skipping apex contribution contents" into main
This commit is contained in:
@@ -2044,3 +2044,7 @@ func (c *config) AllApexContributions() []string {
|
||||
}
|
||||
return ret
|
||||
}
|
||||
|
||||
func (c *config) BuildIgnoreApexContributionContents() []string {
|
||||
return c.productVariables.BuildIgnoreApexContributionContents
|
||||
}
|
||||
|
Reference in New Issue
Block a user