Export release flag types to make/soong

And use the types to appropriately type selects on the release
variables.

Bug: 323382414
Test: Presubmits
Change-Id: Ide7eca95662caaa7b4be42e20399d9fcd7fed35f
This commit is contained in:
Cole Faust
2024-05-21 16:51:59 -07:00
parent 1ab18fc547
commit 751a4a5fa2
4 changed files with 35 additions and 3 deletions

View File

@@ -492,6 +492,8 @@ type ProductVariables struct {
BuildFlags map[string]string `json:",omitempty"`
BuildFlagTypes map[string]string `json:",omitempty"`
BuildFromSourceStub *bool `json:",omitempty"`
BuildIgnoreApexContributionContents *bool `json:",omitempty"`