Merge "Always keep rsp files" into rvc-dev

This commit is contained in:
Anton Hansson 2020-04-01 09:53:02 +00:00 committed by Android (Google) Code Review
commit cd4c32e556

View file

@ -38,6 +38,7 @@ func runNinja(ctx Context, config Config) {
executable := config.PrebuiltBuildTool("ninja")
args := []string{
"-d", "keepdepfile",
"-d", "keeprsp",
"--frontend_file", fifo,
}