diff options
| author | Ken Chen <cken@google.com> | 2021-10-23 11:45:50 +0800 |
|---|---|---|
| committer | Ken Chen <cken@google.com> | 2021-11-21 10:53:40 +0800 |
| commit | c92fd63edff3d63ea7506ce2f95162a3ad55a96f (patch) | |
| tree | 0d630400d7154014e2671a539e0c102e53b27f1d /server/BandwidthControllerTest.cpp | |
| parent | 3a42e7797a210fc4e9f0126f25cb167b2352842f (diff) | |
[NETD-BPF#5] Move bpf_shared.h from netd to module
The header file is referenced by the part going to be mainlined in Netd.
Bug: 202086915
Test: m; flash; boot
Test: cd system/netd && atest
Test: cd packages/modules/Connectivity && atest
Test: atest FrameworksNetTests
Change-Id: Ib36126f314d7a60ba1e1b3ece94a97dc24ae5c07
Diffstat (limited to 'server/BandwidthControllerTest.cpp')
| -rw-r--r-- | server/BandwidthControllerTest.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/BandwidthControllerTest.cpp b/server/BandwidthControllerTest.cpp index d635daf0..beb40fae 100644 --- a/server/BandwidthControllerTest.cpp +++ b/server/BandwidthControllerTest.cpp @@ -34,8 +34,7 @@ #include "BandwidthController.h" #include "Fwmark.h" #include "IptablesBaseTest.h" -#include "bpf/BpfUtils.h" -#include "netdbpf/bpf_shared.h" +#include "bpf_shared.h" #include "tun_interface.h" using ::testing::_; |
