From a052599bb6d00d73efb23a8ef55d145b6cf95a2c Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Sat, 10 Mar 2018 15:29:03 -0800 Subject: Remove obsolete Brillo variable Test: none Change-Id: I6a5ce57b317f0cdae1abef15def01e6a31e18d3e --- android/variable.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'android/variable.go') diff --git a/android/variable.go b/android/variable.go index 41b32bd63..db875ff37 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 } @@ -156,7 +151,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"` -- cgit v1.2.3-59-g8ed1b