Merge "Export some make variables to Bazel through product variables." am: 773e098dfd

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2577812

Change-Id: I3a1019b0ace120ee67a44d5850de8a243009cb1d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Wei Li
2023-05-05 17:48:32 +00:00
committed by Automerger Merge Worker

View File

@@ -469,6 +469,10 @@ type productVariables struct {
SourceRootDirs []string `json:",omitempty"`
AfdoProfiles []string `json:",omitempty"`
ProductManufacturer string `json:",omitempty"`
ProductBrand string `json:",omitempty"`
BuildVersionTags []string `json:",omitempty"`
}
func boolPtr(v bool) *bool {