Revert^2 "Initial implementation of the bazel sandwich"
c13fad8181
Change-Id: I478562c8fd89e62983feb5b52b62aad851d40f00
This commit is contained in:
@@ -121,6 +121,10 @@ 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