Merge "Remove cpusets and schedboost product variables"
diff --git a/android/variable.go b/android/variable.go
index 29f7c31..68fa7cd 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -54,14 +54,6 @@
Cflags []string `android:"arch_variant"`
} `android:"arch_variant"`
- Cpusets struct {
- Cflags []string
- }
-
- Schedboost struct {
- Cflags []string
- }
-
Binder32bit struct {
Cflags []string
}
@@ -118,8 +110,6 @@
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"`