Remove Depfiles from bootstrap.Args . am: 0459f6b18e am: 10c8322ae6

Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/1808877

Change-Id: Ia36367d30dfafd66e3055b6e6da9cc1e914f50b6
This commit is contained in:
Lukacs T. Berki 2021-08-27 20:10:46 +00:00 committed by Automerger Merge Worker
commit 8831b322c2
2 changed files with 0 additions and 2 deletions

View file

@ -133,7 +133,6 @@ var (
` --top "$$TOP" ` +
` --out "$soongOutDir" ` +
` -n "$outDir" ` +
` -d "$out.d" ` +
` $extra`,
CommandDeps: []string{"$builder"},
Description: "$builder $out",

View file

@ -32,7 +32,6 @@ import (
type Args struct {
OutFile string
Subninjas []string
DepFile string
Cpuprofile string
Memprofile string
DelveListen string