diff options
| author | 2018-03-12 22:04:12 +0000 | |
|---|---|---|
| committer | 2018-03-12 22:04:12 +0000 | |
| commit | 04f97ce0595f879cf50a26bb07bf1eca1e3278d0 (patch) | |
| tree | 7619aff39eb5f6a71d1f699ec83ea2a2076bc68a /android/variable.go | |
| parent | 961d48233d2ebd5fa7770d40ebbca3388ab8f5fc (diff) | |
| parent | 567eda6a7de905c7b5c334cc6f336778fd1ec6d8 (diff) | |
Remove obsolete Brillo variable am: a052599bb6
am: 567eda6a7d
Change-Id: I69edc621c71a4a5dc80595392b8914e1cca07e52
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 e45cebdc9..a5b1c225f 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 } @@ -165,7 +160,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"` |