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

Commit e4b73830 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Fix relative path of bpf modules"

am: 33055f64

Change-Id: Icfd44b3656e50547bf8973106de9bffa4e248417
parents 06a37afa 33055f64
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())
	}
}