Merge "Remove unnecessary SELinux dependencies" am: 22de50d351 am: e9b9b10c58

am: 0056e6bccc

Change-Id: Id160e23a6bd53238ad279bb5b28e7ca8a08c0805
This commit is contained in:
Nick Kralevich 2017-07-01 16:49:35 +00:00 committed by android-build-merger
commit 4192d74a83
3 changed files with 0 additions and 3 deletions

View File

@ -275,7 +275,6 @@ cc_binary {
"libdebuggerd_client",
"liblog",
"libprocinfo",
"libselinux",
],
local_include_dirs: ["include"],

View File

@ -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;

View File

@ -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>