Browse Source

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

Wei Li 1 year ago
parent
commit
773e098dfd
1 changed files with 4 additions and 0 deletions
  1. 4 0
      android/variable.go

+ 4 - 0
android/variable.go

@@ -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 {