Export build flags to soong.

This exports a map of build flags used in this release config to Soong.

Bug: 302514918
Test: manual
Change-Id: Id95c03e14cfbb91c0cb9c8c37a065b8387733317
This commit is contained in:
Inseob Kim
2023-10-25 23:53:58 +09:00
committed by Spandan Das
parent bf3e32d870
commit e4e85d5f9f
2 changed files with 7 additions and 0 deletions

View File

@@ -492,6 +492,8 @@ type ProductVariables struct {
NextReleaseHideFlaggedApi *bool `json:",omitempty"`
Release_expose_flagged_api *bool `json:",omitempty"`
BuildFlags map[string]string `json:",omitempty"`
}
type PartitionQualifiedVariablesType struct {