[NETD-BPF#6] Move bpf_shared.h from netd to module

Refers to bpf_connectivity_headers where the bpf_shared.h is located.

Bug: 202086915
Test: m; flash; boot
Test: cd system/netd && atest
Test: cd packages/modules/Connectivity && atest
Test: atest FrameworksNetTests
Change-Id: I3dd780470f136926680542f4571a2d130451497d
This commit is contained in:
Ken Chen
2021-10-23 11:50:42 +08:00
parent f8eb7b136c
commit 832dff713a

View File

@@ -85,6 +85,7 @@ cc_library_static {
header_libs: [
"bionic_libc_platform_headers",
"bpf_connectivity_headers",
],
}