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
commit 33055f641a
1 changed files with 1 additions and 1 deletions

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())
}
}