Remove Depfiles from bootstrap.Args .
It is not used anymore; Soong assumes that the depfile is just the name of the output file with a ".d" suffix. Test: Presubmits. Change-Id: Ifbf722dcdffc8420e12a032e23ab791a6be5a736
This commit is contained in:
parent
5c4abb15e3
commit
0459f6b18e
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