Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 773e098d authored by Wei Li's avatar Wei Li Committed by Gerrit Code Review
Browse files

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

parents 04c30e50 c642d688
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 {