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

Commit 22de50d3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove unnecessary SELinux dependencies"

parents c10e1411 33391dad
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -275,7 +275,6 @@ cc_binary {
        "libdebuggerd_client",
        "liblog",
        "libprocinfo",
        "libselinux",
    ],

    local_include_dirs: ["include"],
+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@
#include <android-base/unique_fd.h>
#include <debuggerd/client.h>
#include <procinfo/process.h>
#include <selinux/selinux.h>
#include "util.h"

using android::base::unique_fd;
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
#include <fcntl.h>
#include <linux/fs.h>
#include <mntent.h>
#include <selinux/selinux.h>
#include <sys/capability.h>
#include <sys/cdefs.h>
#include <sys/ioctl.h>