diff options
| author | 2018-03-26 23:33:53 +0000 | |
|---|---|---|
| committer | 2018-03-26 23:33:53 +0000 | |
| commit | 6f80dfd857274e115329bb58204afa3c94e0becb (patch) | |
| tree | 64ed6b798ab0e4f46a9c93955bc39ba3164f58d5 /android/variable.go | |
| parent | 10224739d4e600f4dd86a819a4acce94d580fb9b (diff) | |
| parent | f65a99cee1a7ba7dce59a3a83c0526a2c3ef83d9 (diff) | |
Merge "Add product_variables.Use_lmkd_stats_log." into pi-dev
am: f65a99cee1
Change-Id: I235eb051a60b01039f4ee2b3dcb41802fa81b797
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"` |