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:
commit
8831b322c2
2 changed files with 0 additions and 2 deletions
|
@ -133,7 +133,6 @@ var (
|
|||
` --top "$$TOP" ` +
|
||||
` --out "$soongOutDir" ` +
|
||||
` -n "$outDir" ` +
|
||||
` -d "$out.d" ` +
|
||||
` $extra`,
|
||||
CommandDeps: []string{"$builder"},
|
||||
Description: "$builder $out",
|
||||
|
|
|
@ -32,7 +32,6 @@ import (
|
|||
type Args struct {
|
||||
OutFile string
|
||||
Subninjas []string
|
||||
DepFile string
|
||||
Cpuprofile string
|
||||
Memprofile string
|
||||
DelveListen string
|
||||
|
|
Loading…
Reference in a new issue