bpfloader: remove pointless dependency on libnetdutils am: 0d1d07c1b0
am: 0133896d6c
am: f320624f27
am: aebdb6c0c8
Original change: https://android-review.googlesource.com/c/platform/system/bpf/+/2777980 Change-Id: I5aa8e43026232f4bc3b3ccd7d54e85caac523352 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
e56c0a2366
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