Revert "switch netd.o to BpfLoader v0.18 file format"

This reverts the previous commit.

This is no longer required as v0.18 is now the default.

Test: Treehugger
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I9331f27cf20e7932f6ef0e3829c27b6684dece59
This commit is contained in:
Maciej Żenczykowski
2022-06-17 16:09:57 -07:00
parent 1c52aa12e8
commit b0adaec487

View File

@@ -17,8 +17,6 @@
// The resulting .o needs to load on the Android T Beta 3 bpfloader
#define BPFLOADER_MIN_VER BPFLOADER_T_BETA3_VERSION
#define V18
#include <bpf_helpers.h>
#include <linux/bpf.h>
#include <linux/if.h>