Revert "Initial implementation of the bazel sandwich"
Revert submission 2651299-bazel_sandwich Reason for revert: b/293883239, checking if this breaks the build. Reverted changes: /q/submissionid:2651299-bazel_sandwich Change-Id: I5f1d4bb13d21e6599f5c353dcaba2375f5ec234d
This commit is contained in:
committed by
Gerrit Code Review
parent
a20d947329
commit
c13fad8181
@@ -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)
|
||||
|
Reference in New Issue
Block a user