diff options
| author | Maciej Żenczykowski <maze@google.com> | 2022-06-15 01:04:03 -0700 |
|---|---|---|
| committer | Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | 2022-06-16 03:19:27 +0000 |
| commit | e3ea09c60fdc7be99589299d12291d9f124d3f0c (patch) | |
| tree | 47174402726155e5ebed4f4776c2f4aac56caa0d /server/BandwidthControllerTest.cpp | |
| parent | cb4554093b9c32854c7a5656409fe091ce8e5456 (diff) | |
move XtBpfProgLocations.h into a new header library
Bug: 235778483
Test: TreeHugger
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I6ad0a12ff14331809cbca97043bc5d5c9f8742b8
(cherry picked from commit d9fc54b55b58ef20dbd34e12699ae947912e7562)
Merged-In: I6ad0a12ff14331809cbca97043bc5d5c9f8742b8
Diffstat (limited to 'server/BandwidthControllerTest.cpp')
| -rw-r--r-- | server/BandwidthControllerTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/BandwidthControllerTest.cpp b/server/BandwidthControllerTest.cpp index bf4c2e2a..844681d0 100644 --- a/server/BandwidthControllerTest.cpp +++ b/server/BandwidthControllerTest.cpp @@ -34,7 +34,7 @@ #include "BandwidthController.h" #include "Fwmark.h" #include "IptablesBaseTest.h" -#include "binder_utils/XtBpfProgLocations.h" +#include "mainline/XtBpfProgLocations.h" #include "tun_interface.h" using ::testing::_; |
