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

Commit a621cc15 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "lmkd: Remove stale dependency on libprocessgroup"

parents 7b94ae27 b333f834
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