summaryrefslogtreecommitdiff
path: root/bpfloader
diff options
context:
space:
mode:
authorKen Chen <cken@google.com>2021-10-25 21:11:22 +0800
committerMaciej Żenczykowski <maze@google.com>2021-12-04 03:42:55 +0000
commitb1d4888ec208915a726c363ef70ab4df9f986cb5 (patch)
treed186c305b3cbe8d1abb992e9fb2ac3381336521b /bpfloader
parentb81aef32e5e73ea00294639a8fcd24071269feb0 (diff)
downloadbpf-b1d4888ec208915a726c363ef70ab4df9f986cb5.tar.gz
[NETD-BPF#14] Move BPF map definition and utils to frameworks/libs/net/
Move BPF map definition and utilities to a common place that easy to be referenced from both mainline module and platform code. Bug: 202086915 Test: m; flash; boot Test: cd system/netd/ && atest Test: cd packages/modules/Connectivity && atest Test: m gpuservice_unittest libtimeinstate_test bpf_module_test CtsAppOpsTestCases libbpf_load_test VtsBootconfigTest vts_test_binary_bpf_module bpf_benchmark libbpf_load_test libbpf_android_test Change-Id: Ib15cf78c2da97bff835fb406c866676eec77c013
Diffstat (limited to 'bpfloader')
-rw-r--r--bpfloader/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bpfloader/Android.bp b/bpfloader/Android.bp
index 7e7139f..c754e8d 100644
--- a/bpfloader/Android.bp
+++ b/bpfloader/Android.bp
@@ -39,6 +39,7 @@ cc_binary {
memtag_heap: true,
},
clang: true,
+ header_libs: ["bpf_map_utils"],
shared_libs: [
"libcutils",
"libbpf_android",