From 33391dad155cb46053aeecdd3b2070cef717f07d Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Sat, 1 Jul 2017 07:41:18 -0700 Subject: [PATCH] Remove unnecessary SELinux dependencies These are unused. Test: code compiles. Change-Id: Idd707dfcc8f6daac3a489c791ecc364841cf31f9 --- debuggerd/Android.bp | 1 - debuggerd/debuggerd.cpp | 1 - init/reboot.cpp | 1 - 3 files changed, 3 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 { "libdebuggerd_client", "liblog", "libprocinfo", - "libselinux", ], 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 @@ #include #include #include -#include #include "util.h" using android::base::unique_fd; diff --git a/init/reboot.cpp b/init/reboot.cpp index c8bb98b54..34c98a740 100644 --- a/init/reboot.cpp +++ b/init/reboot.cpp @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include