Merge "Convert BuildIgnoreApexContritbutions variable to a boolean" into main

This commit is contained in:
Spandan Das
2024-04-04 17:50:48 +00:00
committed by Gerrit Code Review
3 changed files with 15 additions and 13 deletions

View File

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