Add debuggable
product variable with cflags am: fcebcd5c37
am: eb65b50509
Change-Id: I7cbd91b01586d877e6b7408360939da10dded5d3
This commit is contained in:
@@ -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"`
|
||||
|
Reference in New Issue
Block a user