mk2rbc: temporarily bump matching paths limit to 155. am: 30d48351be
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2608628 Change-Id: I798cc60997a1b1189d292e5213959bd9beb1b9b2 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 = 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)}
|
||||
}
|
||||
|
Reference in New Issue
Block a user