Add `debuggable` product variable with cflags

am: fcebcd5c37

Change-Id: Ic493640c4ef1168e0c7f5f56a58fe0b605e6f5ce
This commit is contained in:
Dan Willemsen 2016-09-23 00:21:41 +00:00 committed by android-build-merger
commit eb65b50509
1 changed files with 5 additions and 0 deletions

View File

@ -62,6 +62,10 @@ type variableProperties struct {
Binder32bit struct {
Cflags []string
}
Debuggable struct {
Cflags []string
}
} `android:"arch_variant"`
}
@ -102,6 +106,7 @@ type productVariables struct {
Schedboost *bool `json:",omitempty"`
Binder32bit *bool `json:",omitempty"`
UseGoma *bool `json:",omitempty"`
Debuggable *bool `json:",omitempty"`
DevicePrefer32BitExecutables *bool `json:",omitempty"`
HostPrefer32BitExecutables *bool `json:",omitempty"`