Loading tools/ide_query/ide_query.go +1 −0 Original line number Diff line number Diff line Loading @@ -307,6 +307,7 @@ func runMake(ctx context.Context, env Env, modules ...string) error { "TARGET_PRODUCT=" + env.LunchTarget.Product, "TARGET_RELEASE=" + env.LunchTarget.Release, "TARGET_BUILD_VARIANT=" + env.LunchTarget.Variant, "-k", } args = append(args, modules...) cmd := exec.CommandContext(ctx, "build/soong/soong_ui.bash", args...) Loading Loading
tools/ide_query/ide_query.go +1 −0 Original line number Diff line number Diff line Loading @@ -307,6 +307,7 @@ func runMake(ctx context.Context, env Env, modules ...string) error { "TARGET_PRODUCT=" + env.LunchTarget.Product, "TARGET_RELEASE=" + env.LunchTarget.Release, "TARGET_BUILD_VARIANT=" + env.LunchTarget.Variant, "-k", } args = append(args, modules...) cmd := exec.CommandContext(ctx, "build/soong/soong_ui.bash", args...) Loading