bpfloader: remove pointless dependency on libnetdutils
Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I7ba11432aa2b1b50fce08183f39642d02efd69e1
This commit is contained in:
parent
4038b8f63e
commit
0d1d07c1b0
2 changed files with 2 additions and 5 deletions
|
@ -40,11 +40,10 @@ cc_binary {
|
|||
|
||||
header_libs: ["bpf_headers"],
|
||||
shared_libs: [
|
||||
"libcutils",
|
||||
"libbpf_android",
|
||||
"libbase",
|
||||
"libbpf_android",
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libnetdutils",
|
||||
],
|
||||
srcs: [
|
||||
"BpfLoader.cpp",
|
||||
|
|
|
@ -46,8 +46,6 @@
|
|||
#include <android-base/unique_fd.h>
|
||||
#include <libbpf_android.h>
|
||||
#include <log/log.h>
|
||||
#include <netdutils/Misc.h>
|
||||
#include <netdutils/Slice.h>
|
||||
#include "BpfSyscallWrappers.h"
|
||||
#include "bpf/BpfUtils.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue