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

Commit dab4e742 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

parents f1fdf0ef 5cfedc80
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 {