Remove Dlmalloc_alignment

Bug: http://b/26403338
Change-Id: I03121ea12cee7044c863bc281260d186130eeeb1
This commit is contained in:
Dan Willemsen 2016-01-06 14:52:03 -08:00
parent 10d52fd9eb
commit 6b827c21d2
1 changed files with 0 additions and 4 deletions

View File

@ -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"`