Add Binder32bit product variable am: 1be3538862

am: 9c2ecad476

Change-Id: I9c2af352bdab083a795f055078503f7cbaaa434e
This commit is contained in:
Dan Willemsen
2016-07-27 00:48:13 +00:00
committed by android-build-merger

View File

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