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/server/TrafficController.h b/server/TrafficController.h
index afc78a5..e8f66d0 100644
--- a/server/TrafficController.h
+++ b/server/TrafficController.h
@@ -27,7 +27,7 @@
#include "android-base/thread_annotations.h"
#include "android-base/unique_fd.h"
#include "bpf/BpfMap.h"
-#include "bpf/bpf_shared.h"
+#include "netdbpf/bpf_shared.h"
using android::bpf::BpfMap;
using android::bpf::IfaceValue;