Merge "Remove extra checkbuild argument from ninja tools command lines" am: 50ae168d6d
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1814106 Change-Id: Ie6e18c4557f862c5aee4390f8ded2a1fe232347b
This commit is contained in:
@@ -51,7 +51,6 @@ func testForDanglingRules(ctx Context, config Config) {
|
||||
executable := config.PrebuiltBuildTool("ninja")
|
||||
|
||||
commonArgs := []string{}
|
||||
commonArgs = append(commonArgs, config.NinjaArgs()...)
|
||||
commonArgs = append(commonArgs, "-f", config.CombinedNinjaFile())
|
||||
args := append(commonArgs, "-t", "targets", "rule")
|
||||
|
||||
|
Reference in New Issue
Block a user