diff --git a/mk2rbc/mk2rbc.go b/mk2rbc/mk2rbc.go index 8225df60d..c0ae0c0fe 100644 --- a/mk2rbc/mk2rbc.go +++ b/mk2rbc/mk2rbc.go @@ -870,7 +870,7 @@ func (ctx *parseContext) handleSubConfig( } // Safeguard against $(call inherit-product,$(PRODUCT_PATH)) - const maxMatchingFiles = 150 + const maxMatchingFiles = 155 // temporarily increased to 155 for b/284854738 if len(matchingPaths) > maxMatchingFiles { return []starlarkNode{ctx.newBadNode(v, "there are >%d files matching the pattern, please rewrite it", maxMatchingFiles)} }