commit | 64a6360b04026b30c9d79fca30666f95452d3dfb | [log] [tgz] |
---|---|---|
author | Chenjie Luo <cjluo@google.com> | Tue May 09 04:40:50 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue May 09 04:40:50 2017 +0000 |
tree | f6be513f9ea3f76f57088d5480c218ea11f142ad | |
parent | bd939a6e1b8afcdca9e7de08e3148be7ccd03968 [diff] | |
parent | d74bd381f9e1517c32f1b528942c4c343c446693 [diff] |
Merge "Remove not-used dependency in crash_dump" am: 6f3f7dc838 am: 95af7d300c Change-Id: I6d0a529f76a48b7089dc65a430e75b3322da7f43
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"