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

Original change: https://googleplex-android-review.googlesource.com/c/platform/build/soong/+/23337457

Change-Id: Id7c12ae3e13f659c5b3a87440139134942dd04c3
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Wei Li
2023-05-19 22:24:55 +00:00
committed by Automerger Merge Worker

View File

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