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

Commit 4eca2776 authored by Wei Li's avatar Wei Li Committed by Automerger Merge Worker
Browse files

Export some make variables to Bazel through product variables. am: 5cfedc80 am: dab4e742

parents f9e57940 dab4e742
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 {