commit | d74bd381f9e1517c32f1b528942c4c343c446693 | [log] [tgz] |
---|---|---|
author | Chenjie Luo <cjluo@google.com> | Tue May 09 04:38:21 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue May 09 04:38:21 2017 +0000 |
tree | 95cb98ac17c1623d6ea8dd6b644905e9ba335b01 | |
parent | f2438f12fd003fa783796bf486036dc61e55cd0e [diff] | |
parent | 088a35537d2b714e134f3cd1f2be3c05d9af1130 [diff] |
Merge "Remove not-used dependency in crash_dump" am: 6f3f7dc838 Change-Id: I89048381c4af9edd508415efcf9aba52d9a76f19
diff --git a/debuggerd/Android.bp b/debuggerd/Android.bp index eb5578f..37d54d7 100644 --- a/debuggerd/Android.bp +++ b/debuggerd/Android.bp
@@ -221,7 +221,6 @@ "libbase", "liblog", "libprocinfo", - "libselinux", ], }
diff --git a/debuggerd/crash_dump.cpp b/debuggerd/crash_dump.cpp index 88f390b..d2a4239 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"