Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33055f64 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix relative path of bpf modules"

parents 9dc186f1 0adfee5a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ func (bpf *bpf) GenerateAndroidBuildActions(ctx android.ModuleContext) {
			},
		})

		bpf.objs = append(bpf.objs, obj)
		bpf.objs = append(bpf.objs, obj.WithoutRel())
	}
}