Merge "Add product_variables.Use_lmkd_stats_log." into pi-dev

This commit is contained in:
TreeHugger Robot
2018-03-26 23:14:23 +00:00
committed by Android (Google) Code Review

View File

@@ -102,6 +102,10 @@ type variableProperties struct {
Cppflags []string
}
Use_lmkd_stats_log struct {
Cflags []string
}
Arc struct {
Cflags []string
Exclude_srcs []string
@@ -179,6 +183,7 @@ type productVariables struct {
Enforce_vintf_manifest *bool `json:",omitempty"`
Pdk *bool `json:",omitempty"`
Uml *bool `json:",omitempty"`
Use_lmkd_stats_log *bool `json:",omitempty"`
Arc *bool `json:",omitempty"`
MinimizeJavaDebugInfo *bool `json:",omitempty"`