Use usel_mkd_stats_log build variable while compiling lmkd with stats logging feature.
Bug: 74443701 Test: Tested manually Change-Id: Ifa13cc7d1c3ff3ac71a16cf55be5a48ce808ef59
This commit is contained in:
parent
a11e49518b
commit
6afff4243c
|
|
@ -12,6 +12,13 @@ cc_binary {
|
|||
local_include_dirs: ["include"],
|
||||
cflags: ["-Werror", "-DLMKD_TRACE_KILLS"],
|
||||
init_rc: ["lmkd.rc"],
|
||||
product_variables: {
|
||||
use_lmkd_stats_log: {
|
||||
cflags: [
|
||||
"-DLMKD_LOG_STATS"
|
||||
],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
cc_library_static {
|
||||
|
|
|
|||
Loading…
Reference in New Issue