blob: 76d308a3cf6c7db895a96fd6cf233bdf3321fe85 [file] [log] [blame]
Steven Moreland1457c922017-04-27 16:31:05 -07001cc_binary {
2 name: "lmkd",
3
4 srcs: ["lmkd.c"],
5 shared_libs: [
6 "liblog",
Steven Moreland1457c922017-04-27 16:31:05 -07007 "libcutils",
8 ],
9 cflags: ["-Werror"],
10
11 init_rc: ["lmkd.rc"],
Suren Baghdasaryane1217c02018-01-04 10:43:58 -080012
13 product_variables: {
14 debuggable: {
15 cflags: [
16 "-DLMKD_TRACE_KILLS"
17 ],
18 },
19 },
Steven Moreland1457c922017-04-27 16:31:05 -070020}