From 423e2db0f9dc6e359c8a59467a6c6d23da33764e Mon Sep 17 00:00:00 2001 From: Rajeev Kumar Date: Fri, 9 Mar 2018 18:16:35 -0800 Subject: [PATCH] Add product_variables.Use_lmkd_stats_log. Bug: 74443701 Test: Tested manually Merged-In: I512d1a4b5e796b459a7ecdd3649ffd147bcf4cbf Change-Id: I512d1a4b5e796b459a7ecdd3649ffd147bcf4cbf (cherry picked from commit 1e6056a380a4f4cafa853412460de834cfbfb58e) --- android/variable.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/android/variable.go b/android/variable.go index e45cebdc9..01a8122d3 100644 --- a/android/variable.go +++ b/android/variable.go @@ -102,6 +102,10 @@ type variableProperties struct { Cppflags []string } + Use_lmkd_stats_log struct { + Cflags []string + } + Arc struct { Cflags []string Exclude_srcs []string @@ -179,6 +183,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"`