Loading cmd/soong_ui/main.go +4 −6 Original line number Diff line number Diff line Loading @@ -66,9 +66,7 @@ var commands = []command{ { flag: "--make-mode", description: "build the modules by the target name (i.e. soong_docs)", config: func(ctx build.Context, args ...string) build.Config { return build.NewConfig(ctx, args...) }, config: build.NewConfig, stdio: stdio, run: runMake, }, { Loading Loading
cmd/soong_ui/main.go +4 −6 Original line number Diff line number Diff line Loading @@ -66,9 +66,7 @@ var commands = []command{ { flag: "--make-mode", description: "build the modules by the target name (i.e. soong_docs)", config: func(ctx build.Context, args ...string) build.Config { return build.NewConfig(ctx, args...) }, config: build.NewConfig, stdio: stdio, run: runMake, }, { Loading