Add product_variables.Use_lmkd_stats_log.
Bug: 74443701 Test: Tested manually Change-Id: I512d1a4b5e796b459a7ecdd3649ffd147bcf4cbf
This commit is contained in:
parent
2338f0c2e3
commit
1e6056a380
1 changed files with 5 additions and 0 deletions
|
@ -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"`
|
||||
|
||||
|
|
Loading…
Reference in a new issue