Add debuggable
product variable with cflags
am: fcebcd5c37
Change-Id: Ic493640c4ef1168e0c7f5f56a58fe0b605e6f5ce
This commit is contained in:
@@ -62,6 +62,10 @@ type variableProperties struct {
|
|||||||
Binder32bit struct {
|
Binder32bit struct {
|
||||||
Cflags []string
|
Cflags []string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Debuggable struct {
|
||||||
|
Cflags []string
|
||||||
|
}
|
||||||
} `android:"arch_variant"`
|
} `android:"arch_variant"`
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -102,6 +106,7 @@ type productVariables struct {
|
|||||||
Schedboost *bool `json:",omitempty"`
|
Schedboost *bool `json:",omitempty"`
|
||||||
Binder32bit *bool `json:",omitempty"`
|
Binder32bit *bool `json:",omitempty"`
|
||||||
UseGoma *bool `json:",omitempty"`
|
UseGoma *bool `json:",omitempty"`
|
||||||
|
Debuggable *bool `json:",omitempty"`
|
||||||
|
|
||||||
DevicePrefer32BitExecutables *bool `json:",omitempty"`
|
DevicePrefer32BitExecutables *bool `json:",omitempty"`
|
||||||
HostPrefer32BitExecutables *bool `json:",omitempty"`
|
HostPrefer32BitExecutables *bool `json:",omitempty"`
|
||||||
|
Reference in New Issue
Block a user