Merge "Revert "Convert BuildIgnoreApexContritbutions variable to a boolean"" into main

This commit is contained in:
Ting-Hsin Chen
2024-03-22 06:20:17 +00:00
committed by Gerrit Code Review
3 changed files with 13 additions and 15 deletions

View File

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