Add Binder32bit product variable

am: 1be3538862

Change-Id: I4f3abba3f79ae7fbde4dc29bfc2a84a47f37fed3
This commit is contained in:
Dan Willemsen 2016-07-27 00:45:18 +00:00 committed by android-build-merger
commit 9c2ecad476

View file

@ -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"`