diff options
author | 2024-12-18 22:32:59 +0000 | |
---|---|---|
committer | 2024-12-18 22:32:59 +0000 | |
commit | df6187791317457f20b2507c38bac18d2d241168 (patch) | |
tree | f2b41a014f263ab7ad77490aca56db67d3c0539b /bpf/libbpf/libbpf_prog.go | |
parent | ffe8632a5f58f39296f8c6c904880ba7fff6228e (diff) |
Remove source_file_provider.go after it's last usage was removed.
Bug: 377723687
Test: Unit tests and compare the ninja and mk files generated.
Change-Id: Iff10448dc4dda49e1f02258a4c113db75778a95d
Diffstat (limited to 'bpf/libbpf/libbpf_prog.go')
-rw-r--r-- | bpf/libbpf/libbpf_prog.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bpf/libbpf/libbpf_prog.go b/bpf/libbpf/libbpf_prog.go index 3b26d4654..44013e5e3 100644 --- a/bpf/libbpf/libbpf_prog.go +++ b/bpf/libbpf/libbpf_prog.go @@ -239,8 +239,6 @@ func (libbpf *libbpfProg) GenerateAndroidBuildActions(ctx android.ModuleContext) ctx.PackageFile(installDir, obj.Base(), obj) } - android.SetProvider(ctx, blueprint.SrcsFileProviderKey, blueprint.SrcsFileProviderData{SrcPaths: srcs.Strings()}) - ctx.SetOutputFiles(libbpf.objs, "") } |