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

Commit d9ece021 authored by Cole Faust's avatar Cole Faust Committed by Gerrit Code Review
Browse files

Merge "Unique modules in BazelLabelForModuleDepsWithFn" into main

parents 0a10dfd6 5c84c627
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -124,6 +124,7 @@ func BazelLabelForModuleDepsWithFn(ctx BazelConversionPathContext, modules []str
		labels.Includes = []bazel.Label{}
		return labels
	}
	modules = FirstUniqueStrings(modules)
	for _, module := range modules {
		bpText := module
		if m := SrcIsModule(module); m == "" {