Split Allow_missing_dependencies from Unbundled_build

There are stripped down branches used to build other things than just
unbundled apps (like the AOSP llvm branch used to build llvm prebuilts).

Change-Id: Id772eac8c4622458591b52f9f27723fdb83f9a85
This commit is contained in:
Dan Willemsen
2016-03-16 12:35:33 -07:00
parent 0f6042e317
commit b50381684a
2 changed files with 5 additions and 4 deletions

View File

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