Add product variables: cpusets schedboost
These are used by libcutils, and are equivalent to the ENABLE_CPUSETS and ENABLE_SCHEDBOOST make variables. Change-Id: I65d0eed49b5bcb4d6415e9e64a0159209a43b922
This commit is contained in:
parent
f791826f8b
commit
a6f7d15609
1 changed files with 10 additions and 0 deletions
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue