Merge "Remove not-used dependency in crash_dump"

This commit is contained in:
Chenjie Luo 2017-05-09 04:33:44 +00:00 committed by Gerrit Code Review
commit 6f3f7dc838
2 changed files with 0 additions and 2 deletions

View file

@ -221,7 +221,6 @@ cc_binary {
"libbase",
"liblog",
"libprocinfo",
"libselinux",
],
}

View file

@ -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"