From 68c24eff7784ef5b18d46f27cdded04682c8448d Mon Sep 17 00:00:00 2001 From: Chenjie Luo Date: Mon, 8 May 2017 15:18:40 -0700 Subject: [PATCH] Remove not-used dependency in crash_dump Test: Build crash_dump. Change-Id: I053cf53196b3e438545138ca8401a0ad01006a8c --- debuggerd/Android.bp | 1 - debuggerd/crash_dump.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/debuggerd/Android.bp b/debuggerd/Android.bp index eb5578f42..37d54d74f 100644 --- a/debuggerd/Android.bp +++ b/debuggerd/Android.bp @@ -221,7 +221,6 @@ cc_binary { "libbase", "liblog", "libprocinfo", - "libselinux", ], } diff --git a/debuggerd/crash_dump.cpp b/debuggerd/crash_dump.cpp index 88f390b0e..d2a42396a 100644 --- a/debuggerd/crash_dump.cpp +++ b/debuggerd/crash_dump.cpp @@ -42,7 +42,6 @@ #include #include #include -#include #include "backtrace.h" #include "tombstone.h"