diff --git a/bootstrap/bootstrap.go b/bootstrap/bootstrap.go index 2554724..a7818ab 100644 --- a/bootstrap/bootstrap.go +++ b/bootstrap/bootstrap.go @@ -133,7 +133,6 @@ var ( ` --top "$$TOP" ` + ` --out "$soongOutDir" ` + ` -n "$outDir" ` + - ` -d "$out.d" ` + ` $extra`, CommandDeps: []string{"$builder"}, Description: "$builder $out", diff --git a/bootstrap/command.go b/bootstrap/command.go index f193580..dd8367d 100644 --- a/bootstrap/command.go +++ b/bootstrap/command.go @@ -32,7 +32,6 @@ import ( type Args struct { OutFile string Subninjas []string - DepFile string Cpuprofile string Memprofile string DelveListen string