diff options
Diffstat (limited to 'android/variable.go')
| -rw-r--r-- | android/variable.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index a5b1c225f..880bc0840 100644 --- a/android/variable.go +++ b/android/variable.go @@ -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"` |