diff options
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/android/variable.go b/android/variable.go index 01a8122d3..880bc0840 100644 --- a/android/variable.go +++ b/android/variable.go @@ -42,11 +42,6 @@ type variableProperties struct {  			Enabled *bool `android:"arch_variant"`  		} `android:"arch_variant"` -		Brillo struct { -			Cflags         []string -			Version_script *string `android:"arch_variant"` -		} `android:"arch_variant"` -  		Malloc_not_svelte struct {  			Cflags []string  		} @@ -169,7 +164,6 @@ type productVariables struct {  	Allow_missing_dependencies *bool `json:",omitempty"`  	Unbundled_build            *bool `json:",omitempty"` -	Brillo                     *bool `json:",omitempty"`  	Malloc_not_svelte          *bool `json:",omitempty"`  	Safestack                  *bool `json:",omitempty"`  	HostStaticBinaries         *bool `json:",omitempty"`  |