summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Zi Wang <mrziwang@google.com> 2024-11-08 19:20:03 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-11-08 19:20:03 +0000
commit29520dbdff69b890b0908d3fa764107e12878ff7 (patch)
treea3bdb8380344c5c7a6ffff40832cfd1b403f01c9 /android/variable.go
parent6765130bc59129061ccbe802109c29d3256e2908 (diff)
parent23ba876158208d3537f9b8514cd5bc49c98d5886 (diff)
Merge "Auto generate userdata.img" into main
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go24
1 files changed, 13 insertions, 11 deletions
diff --git a/android/variable.go b/android/variable.go
index f82c9cae8..037037d6a 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -338,17 +338,19 @@ type ProductVariables struct {
HWASanIncludePaths []string `json:",omitempty"`
HWASanExcludePaths []string `json:",omitempty"`
- VendorPath *string `json:",omitempty"`
- VendorDlkmPath *string `json:",omitempty"`
- BuildingVendorImage *bool `json:",omitempty"`
- OdmPath *string `json:",omitempty"`
- BuildingOdmImage *bool `json:",omitempty"`
- OdmDlkmPath *string `json:",omitempty"`
- ProductPath *string `json:",omitempty"`
- BuildingProductImage *bool `json:",omitempty"`
- SystemExtPath *string `json:",omitempty"`
- SystemDlkmPath *string `json:",omitempty"`
- OemPath *string `json:",omitempty"`
+ VendorPath *string `json:",omitempty"`
+ VendorDlkmPath *string `json:",omitempty"`
+ BuildingVendorImage *bool `json:",omitempty"`
+ OdmPath *string `json:",omitempty"`
+ BuildingOdmImage *bool `json:",omitempty"`
+ OdmDlkmPath *string `json:",omitempty"`
+ ProductPath *string `json:",omitempty"`
+ BuildingProductImage *bool `json:",omitempty"`
+ SystemExtPath *string `json:",omitempty"`
+ SystemDlkmPath *string `json:",omitempty"`
+ OemPath *string `json:",omitempty"`
+ UserdataPath *string `json:",omitempty"`
+ BuildingUserdataImage *bool `json:",omitempty"`
ClangTidy *bool `json:",omitempty"`
TidyChecks *string `json:",omitempty"`