Merge "Export some make variables to Bazel through product variables."

This commit is contained in:
Wei Li
2023-05-05 17:32:20 +00:00
committed by Gerrit Code Review

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 {