From 2f59ec98d16cb41d0e46e5662019032deaaeaac1 Mon Sep 17 00:00:00 2001 From: markchien Date: Wed, 2 Sep 2020 16:23:38 +0800 Subject: Include bpf program in APEXes bpf program is put to an APEX via 'bpfs' property. It is placed under etc/bpf directory in it. Fix: 167530625 Test: m Change-Id: Ia36b486f0cffb619ecc4f7a318cde881abc5baf4 --- bpf/bpf_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpf/bpf_test.go') diff --git a/bpf/bpf_test.go b/bpf/bpf_test.go index eeca05771..d06d7d1a5 100644 --- a/bpf/bpf_test.go +++ b/bpf/bpf_test.go @@ -59,7 +59,7 @@ func testConfig(buildDir string, env map[string]string, bp string) android.Confi func testContext(config android.Config) *android.TestContext { ctx := cc.CreateTestContext() - ctx.RegisterModuleType("bpf", bpfFactory) + ctx.RegisterModuleType("bpf", BpfFactory) ctx.Register(config) return ctx -- cgit v1.2.3-59-g8ed1b