aboutsummaryrefslogtreecommitdiffstats
path: root/common/variable.go
diff options
context:
space:
mode:
Diffstat (limited to 'common/variable.go')
-rw-r--r--common/variable.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/common/variable.go b/common/variable.go
index 04856e1a..350bfda5 100644
--- a/common/variable.go
+++ b/common/variable.go
@@ -73,9 +73,10 @@ type productVariables struct {
CrossHostArch *string `json:",omitempty"`
CrossHostSecondaryArch *string `json:",omitempty"`
- Unbundled_build *bool `json:",omitempty"`
- Brillo *bool `json:",omitempty"`
- Malloc_not_svelte *bool `json:",omitempty"`
+ Allow_missing_dependencies *bool `json:",omitempty"`
+ Unbundled_build *bool `json:",omitempty"`
+ Brillo *bool `json:",omitempty"`
+ Malloc_not_svelte *bool `json:",omitempty"`
}
func boolPtr(v bool) *bool {