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:
Lukacs T. Berki 2021-08-25 16:42:18 +02:00
parent 5c4abb15e3
commit 0459f6b18e
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