From 2052eb5e4fad70e93d1948f5ef3b276cab47b8e7 Mon Sep 17 00:00:00 2001 From: Rajeev Kumar Date: Fri, 9 Mar 2018 17:49:49 -0800 Subject: [PATCH] Set Use_lmkd_stats_log if TARGET_LMKD_STATS_LOG is true Bug: 74443701 Test: Tested manually Merged-In: I409e8b5be05b3cf060069fe0063ea9a60ef6bf27 Change-Id: I409e8b5be05b3cf060069fe0063ea9a60ef6bf27 (cherry picked from commit a331864e72fd87d4c5e9f65e589565492ee45009) --- core/soong_config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/soong_config.mk b/core/soong_config.mk index bf5034b874..169c62bec2 100644 --- a/core/soong_config.mk +++ b/core/soong_config.mk @@ -125,6 +125,7 @@ $(call add_json_bool, Treble_linker_namespaces, $(filter true,$(PRODUCT $(call add_json_bool, Enforce_vintf_manifest, $(filter true,$(PRODUCT_ENFORCE_VINTF_MANIFEST))) $(call add_json_bool, Uml, $(filter true,$(TARGET_USER_MODE_LINUX))) +$(call add_json_bool, Use_lmkd_stats_log, $(filter true,$(TARGET_LMKD_STATS_LOG))) $(call add_json_str, VendorPath, $(TARGET_COPY_OUT_VENDOR)) $(call add_json_str, OdmPath, $(TARGET_COPY_OUT_ODM)) $(call add_json_str, ProductPath, $(TARGET_COPY_OUT_PRODUCT))