summaryrefslogtreecommitdiff
path: root/android/config.go
diff options
context:
space:
mode:
author Ting-Hsin Chen <tinghsin@google.com> 2024-03-22 06:20:17 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-03-22 06:20:17 +0000
commit8d98a99ad7c8a090ca10a3b83e5cbb21f0fa8c47 (patch)
tree8365ac299dc56de1438e3edc019e99db87b41c38 /android/config.go
parent73d566156e950628f051a77739059d0552a88264 (diff)
parentd4afe2048127ccf6008f1d20b8e88c5ee02d44f2 (diff)
Merge "Revert "Convert BuildIgnoreApexContritbutions variable to a boolean"" into main
Diffstat (limited to 'android/config.go')
-rw-r--r--android/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/config.go b/android/config.go
index 95e823309..10c30d4df 100644
--- a/android/config.go
+++ b/android/config.go
@@ -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
}