Fix the build problem in netd
With the main bpf library moved into system/bpf, the rest of the netd
only bpf files are renamed into libnetdbpf. Fixed some dependency issue
on the new libbpf outside netd.
Test: BpfBasicTest libbpf_test netd_unit_test netd_integration_test
Bug: 112334572
Change-Id: I71f2c5285fee6fe96e0db55578dc618d16444d98
diff --git a/tests/bpf_base_test.cpp b/tests/bpf_base_test.cpp
index b422c40..f62c324 100644
--- a/tests/bpf_base_test.cpp
+++ b/tests/bpf_base_test.cpp
@@ -35,7 +35,7 @@
#include "bpf/BpfMap.h"
#include "bpf/BpfUtils.h"
-#include "bpf/bpf_shared.h"
+#include "netdbpf/bpf_shared.h"
using android::base::unique_fd;
using android::netdutils::status::ok;