commit | 513474c1a7ab0da4b8a7a7ce63255da85f9e5246 | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Thu Dec 08 16:20:43 2022 +0000 |
committer | Maciej Żenczykowski <maze@google.com> | Sun Dec 18 20:02:52 2022 +0000 |
tree | df06167013f25da2c121454654b1564042c646f6 | |
parent | 9dac660bf072fe0701228b731e376052ec773e7b [diff] [blame] |
rename bpf_shared.h to netd.h Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I2e1569c8d70e98f9a3fdbab41fd2ba7f7b84dd37
diff --git a/tests/native/utilities/firewall.h b/tests/native/utilities/firewall.h index 185559b..1e7e987 100644 --- a/tests/native/utilities/firewall.h +++ b/tests/native/utilities/firewall.h
@@ -19,7 +19,7 @@ #include <android-base/thread_annotations.h> #include <bpf/BpfMap.h> -#include <bpf_shared.h> +#include "netd.h" using android::base::Result; using android::bpf::BpfMap;