Merge "Export some make variables to Bazel through product variables." am: 773e098dfd
am: a8afca7f73
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2577812 Change-Id: I1194e0a8e2646de3b10f2c31c72fbf9b2ac6bc2f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -469,6 +469,10 @@ type productVariables struct {
|
|||||||
SourceRootDirs []string `json:",omitempty"`
|
SourceRootDirs []string `json:",omitempty"`
|
||||||
|
|
||||||
AfdoProfiles []string `json:",omitempty"`
|
AfdoProfiles []string `json:",omitempty"`
|
||||||
|
|
||||||
|
ProductManufacturer string `json:",omitempty"`
|
||||||
|
ProductBrand string `json:",omitempty"`
|
||||||
|
BuildVersionTags []string `json:",omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func boolPtr(v bool) *bool {
|
func boolPtr(v bool) *bool {
|
||||||
|
Reference in New Issue
Block a user