summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Dan Willemsen <dwillemsen@google.com> 2018-03-10 15:29:03 -0800
committer Dan Willemsen <dwillemsen@google.com> 2018-03-10 15:29:03 -0800
commita052599bb6d00d73efb23a8ef55d145b6cf95a2c (patch)
treebfd75a450c135623a50c6e4bef1cdd4374e8c66d /android/variable.go
parent9c6bc37da1dd47ff61e324f2b477e9e3d7a98a99 (diff)
Remove obsolete Brillo variable
Test: none Change-Id: I6a5ce57b317f0cdae1abef15def01e6a31e18d3e
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go6
1 files changed, 0 insertions, 6 deletions
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"`