summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Dan Willemsen <dwillemsen@google.com> 2018-03-12 22:04:12 +0000
committer android-build-merger <android-build-merger@google.com> 2018-03-12 22:04:12 +0000
commit04f97ce0595f879cf50a26bb07bf1eca1e3278d0 (patch)
tree7619aff39eb5f6a71d1f699ec83ea2a2076bc68a /android/variable.go
parent961d48233d2ebd5fa7770d40ebbca3388ab8f5fc (diff)
parent567eda6a7de905c7b5c334cc6f336778fd1ec6d8 (diff)
Remove obsolete Brillo variable am: a052599bb6
am: 567eda6a7d Change-Id: I69edc621c71a4a5dc80595392b8914e1cca07e52
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 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"`