platform_system_bpf/libbpf_android
Steven Moreland 0f10f3fd9f bpfloader: also load from /vendor/etc/bpf/
Allow vendors to use bpf programs, but limit to tracepoints
for now (other types of programs, for instance skfilter, aren't
safe to expose, because the kernel gives us limited ways to
control which resources can have BPF programs attached, and
some shared resources only support a single BPF program at an
attach point).

Bug: 140330870
Bug: 162057235
Test: install bpf program to /vendor/etc/bpf/ and use it.
Test: atest libbpf_load_test
Change-Id: I6c876fe52739c38db73689ffd784167e7d35d58a
2022-02-09 00:59:37 +00:00
..
include bpfloader: also load from /vendor/etc/bpf/ 2022-02-09 00:59:37 +00:00
Android.bp remove libbpf_android_headers target 2022-02-08 10:53:56 -08:00
BpfLoadTest.cpp bpfloader: also load from /vendor/etc/bpf/ 2022-02-09 00:59:37 +00:00
Loader.cpp bpfloader: also load from /vendor/etc/bpf/ 2022-02-09 00:59:37 +00:00
TEST_MAPPING Run libbpf_load_test in presubmit 2022-01-28 12:26:28 -08:00