Remove not-used dependency in crash_dump
Test: Build crash_dump. Change-Id: I053cf53196b3e438545138ca8401a0ad01006a8c
This commit is contained in:
parent
823816ee9f
commit
68c24eff77
|
@ -221,7 +221,6 @@ cc_binary {
|
|||
"libbase",
|
||||
"liblog",
|
||||
"libprocinfo",
|
||||
"libselinux",
|
||||
],
|
||||
}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue