summaryrefslogtreecommitdiff
path: root/libbpf_android
diff options
context:
space:
mode:
authorKen Chen <cken@google.com>2021-12-20 18:07:21 +0800
committerKen Chen <cken@google.com>2021-12-23 09:50:01 +0800
commitd568947cd742e5eeb1c53edc8e3853a85ed66865 (patch)
tree2f876cb959185730a80c551c9ee449722d7699fb /libbpf_android
parentfb045621be83a58e5b15b30e028306b3600aa740 (diff)
downloadbpf-d568947cd742e5eeb1c53edc8e3853a85ed66865.tar.gz
[NETD-BPF#22] Move a few headers to frameworks/libs/net
BPF headers used by both platform and mainline modules should be in frameworks/libs/net. Bug: 202086915 Test: build and boot Test: cd packages/modules/Connectivity/netd; atest Change-Id: Id9ac888d5519b2a8663232610d36386cabfe4e94
Diffstat (limited to 'libbpf_android')
-rw-r--r--libbpf_android/Loader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbpf_android/Loader.cpp b/libbpf_android/Loader.cpp
index 1892fe2..abe1704 100644
--- a/libbpf_android/Loader.cpp
+++ b/libbpf_android/Loader.cpp
@@ -33,8 +33,8 @@
#define BPFLOADER_VERSION_MINOR 8u
#define BPFLOADER_VERSION ((BPFLOADER_VERSION_MAJOR << 16) | BPFLOADER_VERSION_MINOR)
-#include "../progs/include/bpf_map_def.h"
#include "bpf/BpfUtils.h"
+#include "bpf/bpf_map_def.h"
#include "include/libbpf_android.h"
#include <cstdlib>