diff options
| author | 2023-10-25 23:53:58 +0900 | |
|---|---|---|
| committer | 2023-11-08 04:01:38 +0000 | |
| commit | e4e85d5f9f906a3bb9586a7f4da85f15f625c69d (patch) | |
| tree | 6ca7d1cbd8cf236a156b8f38f140b4ee915ca492 /android/variable.go | |
| parent | bf3e32d870a69608af720194647c24ecdb934e54 (diff) | |
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
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index 9896f2020..648e4cf18 100644 --- a/android/variable.go +++ b/android/variable.go @@ -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 {  |