Add Binder32bit product variable
am: 1be3538862
Change-Id: I4f3abba3f79ae7fbde4dc29bfc2a84a47f37fed3
This commit is contained in:
commit
9c2ecad476
1 changed files with 5 additions and 0 deletions
|
@ -58,6 +58,10 @@ type variableProperties struct {
|
|||
Schedboost struct {
|
||||
Cflags []string
|
||||
}
|
||||
|
||||
Binder32bit struct {
|
||||
Cflags []string
|
||||
}
|
||||
} `android:"arch_variant"`
|
||||
}
|
||||
|
||||
|
@ -96,6 +100,7 @@ type productVariables struct {
|
|||
HostStaticBinaries *bool `json:",omitempty"`
|
||||
Cpusets *bool `json:",omitempty"`
|
||||
Schedboost *bool `json:",omitempty"`
|
||||
Binder32bit *bool `json:",omitempty"`
|
||||
|
||||
SanitizeHost *[]string `json:",omitempty"`
|
||||
SanitizeDevice *[]string `json:",omitempty"`
|
||||
|
|
Loading…
Reference in a new issue