diff options
Diffstat (limited to 'cmd/soong_build/main.go')
-rw-r--r-- | cmd/soong_build/main.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd/soong_build/main.go b/cmd/soong_build/main.go index 62b3333b3..5ea84bcba 100644 --- a/cmd/soong_build/main.go +++ b/cmd/soong_build/main.go @@ -121,10 +121,6 @@ func runMixedModeBuild(ctx *android.Context, extraNinjaDeps []string) string { defer ctx.EventHandler.End("mixed_build") bazelHook := func() error { - err := ctx.Config().BazelContext.QueueBazelSandwichCqueryRequests(ctx.Config()) - if err != nil { - return err - } return ctx.Config().BazelContext.InvokeBazel(ctx.Config(), ctx) } ctx.SetBeforePrepareBuildActionsHook(bazelHook) |