summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kralevich2017-07-01 09:41:18 -0500
committerNick Kralevich2017-07-01 09:41:48 -0500
commit33391dad155cb46053aeecdd3b2070cef717f07d (patch)
treeb72bcdb75f564e4aaa2b906f0f9311d120ace70a /debuggerd
parentc10e14110a83efc8ca827cf5eef8b1e3b1a254c7 (diff)
downloadplatform-system-core-33391dad155cb46053aeecdd3b2070cef717f07d.tar.gz
platform-system-core-33391dad155cb46053aeecdd3b2070cef717f07d.tar.xz
platform-system-core-33391dad155cb46053aeecdd3b2070cef717f07d.zip
Remove unnecessary SELinux dependencies
These are unused. Test: code compiles. Change-Id: Idd707dfcc8f6daac3a489c791ecc364841cf31f9
Diffstat (limited to 'debuggerd')
-rw-r--r--debuggerd/Android.bp1
-rw-r--r--debuggerd/debuggerd.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/debuggerd/Android.bp b/debuggerd/Android.bp
index f993820b0..f86aaa014 100644
--- a/debuggerd/Android.bp
+++ b/debuggerd/Android.bp
@@ -275,7 +275,6 @@ cc_binary {
275 "libdebuggerd_client", 275 "libdebuggerd_client",
276 "liblog", 276 "liblog",
277 "libprocinfo", 277 "libprocinfo",
278 "libselinux",
279 ], 278 ],
280 279
281 local_include_dirs: ["include"], 280 local_include_dirs: ["include"],
diff --git a/debuggerd/debuggerd.cpp b/debuggerd/debuggerd.cpp
index 0cc5f69cf..b016e23ee 100644
--- a/debuggerd/debuggerd.cpp
+++ b/debuggerd/debuggerd.cpp
@@ -28,7 +28,6 @@
28#include <android-base/unique_fd.h> 28#include <android-base/unique_fd.h>
29#include <debuggerd/client.h> 29#include <debuggerd/client.h>
30#include <procinfo/process.h> 30#include <procinfo/process.h>
31#include <selinux/selinux.h>
32#include "util.h" 31#include "util.h"
33 32
34using android::base::unique_fd; 33using android::base::unique_fd;