Add product variables: cpusets schedboost
am: a6f7d15609
Change-Id: Ia37f1b0748085195d7e9b8b63449b37445b51c38
This commit is contained in:
@@ -50,6 +50,14 @@ type variableProperties struct {
|
||||
Safestack struct {
|
||||
Cflags []string `android:"arch_variant"`
|
||||
} `android:"arch_variant"`
|
||||
|
||||
Cpusets struct {
|
||||
Cflags []string
|
||||
}
|
||||
|
||||
Schedboost struct {
|
||||
Cflags []string
|
||||
}
|
||||
} `android:"arch_variant"`
|
||||
}
|
||||
|
||||
@@ -86,6 +94,8 @@ 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"`
|
||||
|
||||
SanitizeHost *[]string `json:",omitempty"`
|
||||
SanitizeDevice *[]string `json:",omitempty"`
|
||||
|
Reference in New Issue
Block a user