Merge "Add product_variables.Use_lmkd_stats_log." into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f65a99cee1
@@ -102,6 +102,10 @@ type variableProperties struct {
|
|||||||
Cppflags []string
|
Cppflags []string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Use_lmkd_stats_log struct {
|
||||||
|
Cflags []string
|
||||||
|
}
|
||||||
|
|
||||||
Arc struct {
|
Arc struct {
|
||||||
Cflags []string
|
Cflags []string
|
||||||
Exclude_srcs []string
|
Exclude_srcs []string
|
||||||
@@ -179,6 +183,7 @@ type productVariables struct {
|
|||||||
Enforce_vintf_manifest *bool `json:",omitempty"`
|
Enforce_vintf_manifest *bool `json:",omitempty"`
|
||||||
Pdk *bool `json:",omitempty"`
|
Pdk *bool `json:",omitempty"`
|
||||||
Uml *bool `json:",omitempty"`
|
Uml *bool `json:",omitempty"`
|
||||||
|
Use_lmkd_stats_log *bool `json:",omitempty"`
|
||||||
Arc *bool `json:",omitempty"`
|
Arc *bool `json:",omitempty"`
|
||||||
MinimizeJavaDebugInfo *bool `json:",omitempty"`
|
MinimizeJavaDebugInfo *bool `json:",omitempty"`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user