Merge "Fix relative path of bpf modules"

This commit is contained in:
Treehugger Robot
2019-04-11 02:07:27 +00:00
committed by Gerrit Code Review

View File

@@ -91,7 +91,7 @@ func (bpf *bpf) GenerateAndroidBuildActions(ctx android.ModuleContext) {
}, },
}) })
bpf.objs = append(bpf.objs, obj) bpf.objs = append(bpf.objs, obj.WithoutRel())
} }
} }