Remove Dlmalloc_alignment
Bug: http://b/26403338
Change-Id: I03121ea12cee7044c863bc281260d186130eeeb1
diff --git a/common/variable.go b/common/variable.go
index 2c0063c..c899bb4 100644
--- a/common/variable.go
+++ b/common/variable.go
@@ -39,9 +39,6 @@
Whole_static_libs []string
Include_dirs []string
}
- Dlmalloc_alignment struct {
- Cflags []string
- }
Platform_sdk_version struct {
Asflags []string
}
@@ -63,7 +60,6 @@
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"`