Add Binder32bit product variable am: 1be3538862
am: 9c2ecad476
Change-Id: I9c2af352bdab083a795f055078503f7cbaaa434e
This commit is contained in:
@@ -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"`
|
||||
|
Reference in New Issue
Block a user