Merge "Use usel_mkd_stats_log build variable while compiling lmkd with stats logging feature." into pi-dev

am: 42c17c8ee5

Change-Id: I4d5b2851bb465dfaf0c8c7b863611685aedaf03d
This commit is contained in:
Rajeev Kumar 2018-03-26 23:34:24 +00:00 committed by android-build-merger
commit 9b3719d5f0
1 changed files with 7 additions and 0 deletions

View File

@ -12,6 +12,13 @@ cc_binary {
local_include_dirs: ["include"], local_include_dirs: ["include"],
cflags: ["-Werror", "-DLMKD_TRACE_KILLS"], cflags: ["-Werror", "-DLMKD_TRACE_KILLS"],
init_rc: ["lmkd.rc"], init_rc: ["lmkd.rc"],
product_variables: {
use_lmkd_stats_log: {
cflags: [
"-DLMKD_LOG_STATS"
],
},
},
} }
cc_library_static { cc_library_static {