(cherry pick from commit b333f83481)
Remove stale dependencies and header file inclusions
Change-Id: Ic0e7adb5bd2a0832937a831b6918e52ace4ad46a
Merged-In: Ic0e7adb5bd2a0832937a831b6918e52ace4ad46a
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
20 lines
312 B
Text
20 lines
312 B
Text
cc_binary {
|
|
name: "lmkd",
|
|
|
|
srcs: ["lmkd.c"],
|
|
shared_libs: [
|
|
"liblog",
|
|
"libcutils",
|
|
],
|
|
cflags: ["-Werror"],
|
|
|
|
init_rc: ["lmkd.rc"],
|
|
|
|
product_variables: {
|
|
debuggable: {
|
|
cflags: [
|
|
"-DLMKD_TRACE_KILLS"
|
|
],
|
|
},
|
|
},
|
|
}
|