lmkd: Remove stale dependency on libprocessgroup

(cherry pick from commit b333f83481d3de7a29a7aa8d27456af89581c12b)

Remove stale dependencies and header file inclusions

Change-Id: Ic0e7adb5bd2a0832937a831b6918e52ace4ad46a
Merged-In: Ic0e7adb5bd2a0832937a831b6918e52ace4ad46a
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
This commit is contained in:
Suren Baghdasaryan 2018-01-04 08:50:48 -08:00
parent a052dcd6a6
commit 0fa737d068
2 changed files with 0 additions and 3 deletions

View File

@ -4,7 +4,6 @@ cc_binary {
srcs: ["lmkd.c"],
shared_libs: [
"liblog",
"libprocessgroup",
"libcutils",
],
cflags: ["-Werror"],

2
lmkd.c
View File

@ -29,13 +29,11 @@
#include <sys/mman.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <time.h>
#include <unistd.h>
#include <cutils/properties.h>
#include <cutils/sockets.h>
#include <log/log.h>
#include <processgroup/processgroup.h>
/*
* Define LMKD_TRACE_KILLS to record lmkd kills in kernel traces