From c642d688d6a091766536f0e02696d43e393f93e0 Mon Sep 17 00:00:00 2001 From: Wei Li Date: Thu, 4 May 2023 09:06:06 -0700 Subject: [PATCH] Export some make variables to Bazel through product variables. Bug: 275472038 Test: CIs Change-Id: I4fdd0f989d75045644e8f2e32d1eb77543a3b9f3 --- android/variable.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/variable.go b/android/variable.go index 496f523b2..aaf0606e1 100644 --- a/android/variable.go +++ b/android/variable.go @@ -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 {