summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Spandan Das <spandandas@google.com> 2024-03-08 04:20:15 +0000
committer Spandan Das <spandandas@google.com> 2024-04-03 01:02:00 +0000
commit0d24adea73deac659111dbc6c40201fb5f081676 (patch)
treeebfe6d8b74907bca4f11793a10edbcfce12e7134 /android/variable.go
parent219ce55481a3f532a11e84c9f683daa7681f6735 (diff)
Convert BuildIgnoreApexContritbutions variable to a boolean
(This relands aosp/3007754. The previous sdk build failures have been resolved now) The ignore list is burdensome to maintain once we start adding the module sdk contents to apex_contributions. Convert the variable to a boolean. When set to true, all contents in `apex_contributions` will be ignored Bug: 308187268 Test: m nothing on aosp,google and google_fullmte devices Merged-In: Ibdd1e0d0d4f08f4f5251b9c4baa1aaf42e7df34f (cherry picked from commit f3df7305d653471c70d131177e773b4723247e3a) Change-Id: I9d57d899c6a9a321e2eb3579c954641f2cb04709
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/variable.go b/android/variable.go
index 9b630c01f..53e351c60 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -500,7 +500,7 @@ type ProductVariables struct {
BuildFromSourceStub *bool `json:",omitempty"`
- BuildIgnoreApexContributionContents []string `json:",omitempty"`
+ BuildIgnoreApexContributionContents *bool `json:",omitempty"`
HiddenapiExportableStubs *bool `json:",omitempty"`