Add Binder32bit product variable
am: 1be3538862
Change-Id: I4f3abba3f79ae7fbde4dc29bfc2a84a47f37fed3
This commit is contained in:
@@ -58,6 +58,10 @@ type variableProperties struct {
|
|||||||
Schedboost struct {
|
Schedboost struct {
|
||||||
Cflags []string
|
Cflags []string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Binder32bit struct {
|
||||||
|
Cflags []string
|
||||||
|
}
|
||||||
} `android:"arch_variant"`
|
} `android:"arch_variant"`
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -96,6 +100,7 @@ type productVariables struct {
|
|||||||
HostStaticBinaries *bool `json:",omitempty"`
|
HostStaticBinaries *bool `json:",omitempty"`
|
||||||
Cpusets *bool `json:",omitempty"`
|
Cpusets *bool `json:",omitempty"`
|
||||||
Schedboost *bool `json:",omitempty"`
|
Schedboost *bool `json:",omitempty"`
|
||||||
|
Binder32bit *bool `json:",omitempty"`
|
||||||
|
|
||||||
SanitizeHost *[]string `json:",omitempty"`
|
SanitizeHost *[]string `json:",omitempty"`
|
||||||
SanitizeDevice *[]string `json:",omitempty"`
|
SanitizeDevice *[]string `json:",omitempty"`
|
||||||
|
Reference in New Issue
Block a user