From 8fa2949910915d29cf24714545761f337310983e Mon Sep 17 00:00:00 2001 From: Connor O'Brien Date: Fri, 14 Feb 2020 21:15:43 -0800 Subject: bpfloader: add dependency on time_in_state.o Include time_in_state.o in device builds, causing time in state programs & maps to be loaded. Bug: 138317993 Test: make bpfloader; check that time_in_state.o is built Change-Id: I4849bda645d7a02e3f889068987a79ce3f78d138 Signed-off-by: Connor O'Brien --- bpfloader/Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'bpfloader') diff --git a/bpfloader/Android.bp b/bpfloader/Android.bp index 7b7eb53..786b5aa 100644 --- a/bpfloader/Android.bp +++ b/bpfloader/Android.bp @@ -48,6 +48,7 @@ cc_binary { "clatd.o", "netd.o", "offload.o", + "time_in_state.o" ], } -- cgit v1.2.3