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

am: f65a99cee1

Change-Id: I235eb051a60b01039f4ee2b3dcb41802fa81b797
This commit is contained in:
Rajeev Kumar
2018-03-26 23:33:53 +00:00
committed by android-build-merger

View File

@@ -97,6 +97,10 @@ type variableProperties struct {
Cppflags []string
}
Use_lmkd_stats_log struct {
Cflags []string
}
Arc struct {
Cflags []string
Exclude_srcs []string
@@ -173,6 +177,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"`