Add debuggable
product variable with cflags am: fcebcd5c37
am: eb65b50509
am: 6ce7434b7e
Change-Id: Ie776ffd4056ae7c2e3b57b616982fd217e31cc1a
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