Remove Dlmalloc_alignment
Bug: http://b/26403338 Change-Id: I03121ea12cee7044c863bc281260d186130eeeb1
This commit is contained in:
parent
10d52fd9eb
commit
6b827c21d2
|
@ -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"`
|
||||
|
|
Loading…
Reference in New Issue