Merge "Fix relative path of bpf modules"

am: 33055f641a

Change-Id: Icfd44b3656e50547bf8973106de9bffa4e248417
This commit is contained in:
Colin Cross
2019-04-10 21:09:04 -07:00
committed by android-build-merger

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