Merge "Use usel_mkd_stats_log build variable while compiling lmkd with stats logging feature." into pi-dev
This commit is contained in:
commit
88bfbef576
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue