Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e57c3d31 authored by Suren Baghdasaryan's avatar Suren Baghdasaryan
Browse files

lmkd: Remove stale dependency on libprocessgroup



(cherry pick from commit b333f834)

Remove stale dependencies and header file inclusions

Change-Id: Ic0e7adb5bd2a0832937a831b6918e52ace4ad46a
Merged-In: Ic0e7adb5bd2a0832937a831b6918e52ace4ad46a
Signed-off-by: default avatarSuren Baghdasaryan <surenb@google.com>
parent e1217c02
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ cc_binary {
    srcs: ["lmkd.c"],
    shared_libs: [
        "liblog",
        "libprocessgroup",
        "libcutils",
    ],
    cflags: ["-Werror"],
+0 −2
Original line number Diff line number Diff line
@@ -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