diff options
Diffstat (limited to 'bpf/bpf.go')
-rw-r--r-- | bpf/bpf.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ func (bpf *bpf) GenerateAndroidBuildActions(ctx android.ModuleContext) { cflags = append(cflags, bpf.properties.Cflags...) - srcs := ctx.ExpandSources(bpf.properties.Srcs, nil) + srcs := android.PathsForModuleSrc(ctx, bpf.properties.Srcs) for _, src := range srcs { obj := android.ObjPathWithExt(ctx, "", src, "o") |