Remove Depfiles from bootstrap.Args . am: 0459f6b18e
am: 10c8322ae6
am: 8831b322c2
am: 4b2a5ab18d
am: 72c7ff3072
Original change: https://android-review.googlesource.com/c/platform/build/blueprint/+/1808877 Change-Id: Ide4ed601bf219052f06f0b2abba70263c56d6147
This commit is contained in:
commit
91ec99c75b
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