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

Commit 5950b039 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Revert "mk2rbc: temporarily bump matching paths limit to 155. ""

parents f1815ea3 8ff3c633
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -870,7 +870,7 @@ func (ctx *parseContext) handleSubConfig(
	}

	// Safeguard against $(call inherit-product,$(PRODUCT_PATH))
	const maxMatchingFiles = 155 // temporarily increased to 155 for b/284854738
	const maxMatchingFiles = 150
	if len(matchingPaths) > maxMatchingFiles {
		return []starlarkNode{ctx.newBadNode(v, "there are >%d files matching the pattern, please rewrite it", maxMatchingFiles)}
	}