diff options
author | Chenjie Luo <cjluo@google.com> | 2017-05-08 15:18:40 -0700 |
---|---|---|
committer | Chenjie Luo <cjluo@google.com> | 2017-05-08 15:18:40 -0700 |
commit | 68c24eff7784ef5b18d46f27cdded04682c8448d (patch) | |
tree | e04239b23f615866747e69752dbce0b0e961efd8 /debuggerd/crash_dump.cpp | |
parent | 823816ee9f3ee7519a282d3a089d23f0e96018ef (diff) | |
download | core-68c24eff7784ef5b18d46f27cdded04682c8448d.tar.gz core-68c24eff7784ef5b18d46f27cdded04682c8448d.tar.bz2 core-68c24eff7784ef5b18d46f27cdded04682c8448d.zip |
Remove not-used dependency in crash_dump
Test: Build crash_dump.
Change-Id: I053cf53196b3e438545138ca8401a0ad01006a8c
Diffstat (limited to 'debuggerd/crash_dump.cpp')
-rw-r--r-- | debuggerd/crash_dump.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 <cutils/sockets.h> #include <log/log.h> #include <procinfo/process.h> -#include <selinux/selinux.h> #include "backtrace.h" #include "tombstone.h" |