Steven Moreland | 1457c92 | 2017-04-27 16:31:05 -0700 | [diff] [blame] | 1 | cc_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 Baghdasaryan | e1217c0 | 2018-01-04 10:43:58 -0800 | [diff] [blame^] | 13 | |
14 | product_variables: { | ||||
15 | debuggable: { | ||||
16 | cflags: [ | ||||
17 | "-DLMKD_TRACE_KILLS" | ||||
18 | ], | ||||
19 | }, | ||||
20 | }, | ||||
Steven Moreland | 1457c92 | 2017-04-27 16:31:05 -0700 | [diff] [blame] | 21 | } |