aboutsummaryrefslogtreecommitdiffstats
path: root/android/variable.go
diff options
context:
space:
mode:
authorRajeev Kumar <rajekumar@google.com>2018-03-26 23:33:53 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-03-26 23:33:53 +0000
commit6f80dfd857274e115329bb58204afa3c94e0becb (patch)
tree64ed6b798ab0e4f46a9c93955bc39ba3164f58d5 /android/variable.go
parent10224739d4e600f4dd86a819a4acce94d580fb9b (diff)
parentf65a99cee1a7ba7dce59a3a83c0526a2c3ef83d9 (diff)
downloadbuild_soong-6f80dfd857274e115329bb58204afa3c94e0becb.tar.gz
build_soong-6f80dfd857274e115329bb58204afa3c94e0becb.tar.bz2
build_soong-6f80dfd857274e115329bb58204afa3c94e0becb.zip
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.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go
index a5b1c225..880bc084 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"`