aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-01-06 14:52:03 -0800
committerDan Willemsen <dwillemsen@google.com>2016-01-06 14:52:03 -0800
commit6b827c21d219de408f4074365d3aa792dddcdc05 (patch)
tree5319b7da4c5d452ad8f94d5b4b6a895f9f06197f /common
parent10d52fd9eb411831846082c1deff7773ff494627 (diff)
downloadbuild_soong-6b827c21d219de408f4074365d3aa792dddcdc05.tar.gz
build_soong-6b827c21d219de408f4074365d3aa792dddcdc05.tar.bz2
build_soong-6b827c21d219de408f4074365d3aa792dddcdc05.zip
Remove Dlmalloc_alignment
Bug: http://b/26403338 Change-Id: I03121ea12cee7044c863bc281260d186130eeeb1
Diffstat (limited to 'common')
-rw-r--r--common/variable.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/variable.go b/common/variable.go
index 2c0063c6..c899bb41 100644
--- a/common/variable.go
+++ b/common/variable.go
@@ -39,9 +39,6 @@ type variableProperties struct {
Whole_static_libs []string
Include_dirs []string
}
- Dlmalloc_alignment struct {
- Cflags []string
- }
Platform_sdk_version struct {
Asflags []string
}
@@ -63,7 +60,6 @@ var zeroProductVariables variableProperties
type productVariables struct {
Device_uses_jemalloc *bool `json:",omitempty"`
Device_uses_dlmalloc *bool `json:",omitempty"`
- Dlmalloc_alignment *int `json:",omitempty"`
Platform_sdk_version *int `json:",omitempty"`
DeviceName *string `json:",omitempty"`