Enable lmkd kill tracing everywhere
Test: asdf Exempt-From-Owner-Approval: vacation Change-Id: If6af7df74d303466aac4a69cdfe558e9748f72b9
This commit is contained in:
parent
4aba915a62
commit
56b95d787f
11
Android.bp
11
Android.bp
|
|
@ -10,17 +10,8 @@ cc_binary {
|
||||||
"libstatslogc",
|
"libstatslogc",
|
||||||
],
|
],
|
||||||
local_include_dirs: ["include"],
|
local_include_dirs: ["include"],
|
||||||
cflags: ["-Werror"],
|
cflags: ["-Werror", "-DLMKD_TRACE_KILLS"],
|
||||||
|
|
||||||
init_rc: ["lmkd.rc"],
|
init_rc: ["lmkd.rc"],
|
||||||
|
|
||||||
product_variables: {
|
|
||||||
debuggable: {
|
|
||||||
cflags: [
|
|
||||||
"-DLMKD_TRACE_KILLS"
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_library_static {
|
cc_library_static {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue