Merge "Revert "mk2rbc: temporarily bump matching paths limit to 155. "" am: 5950b039b3
am: 88d9189d1b
am: a002179132
am: 3e13d8e82f
am: d0ab6d260e
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2620713 Change-Id: I40b7c0fc033d3ee9844bd8073cbbf57564a09a7c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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)}
|
||||
}
|
||||
|
Reference in New Issue
Block a user