Merge "Create a product variable for skipping apex contribution contents" into main

This commit is contained in:
Spandan Das
2024-02-15 08:10:57 +00:00
committed by Gerrit Code Review
3 changed files with 10 additions and 0 deletions

View File

@@ -2044,3 +2044,7 @@ func (c *config) AllApexContributions() []string {
}
return ret
}
func (c *config) BuildIgnoreApexContributionContents() []string {
return c.productVariables.BuildIgnoreApexContributionContents
}