Remove cpusets and schedboost product variables

They are no longer needed, remove them.

Bug: 35129304
Bug: 35128496
Test: builds
Change-Id: Ib144ddc2db40bc4f38a4e06ca40eabe85814e03c
This commit is contained in:
Colin Cross
2017-02-23 09:44:22 -08:00
parent fd96d2421a
commit d2906e5deb

View File

@@ -54,14 +54,6 @@ type variableProperties struct {
Cflags []string `android:"arch_variant"`
} `android:"arch_variant"`
Cpusets struct {
Cflags []string
}
Schedboost struct {
Cflags []string
}
Binder32bit struct {
Cflags []string
}
@@ -118,8 +110,6 @@ type productVariables struct {
Malloc_not_svelte *bool `json:",omitempty"`
Safestack *bool `json:",omitempty"`
HostStaticBinaries *bool `json:",omitempty"`
Cpusets *bool `json:",omitempty"`
Schedboost *bool `json:",omitempty"`
Binder32bit *bool `json:",omitempty"`
UseGoma *bool `json:",omitempty"`
Debuggable *bool `json:",omitempty"`