blob: 2731596f9809ba3663f850b63ec4424826afc2eb [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",
7 "libprocessgroup",
8 "libcutils",
9 ],
10 cflags: ["-Werror"],
11
12 init_rc: ["lmkd.rc"],
Suren Baghdasaryane1217c02018-01-04 10:43:58 -080013
14 product_variables: {
15 debuggable: {
16 cflags: [
17 "-DLMKD_TRACE_KILLS"
18 ],
19 },
20 },
Steven Moreland1457c922017-04-27 16:31:05 -070021}