cosmetic: unnecessary method indirection

Test: m nothing
Bug: N/A
Change-Id: Ie750d6556a12fb077d4592b1b7cb3e8edc8ef80e
This commit is contained in:
Usta Shrestha
2022-08-05 17:14:49 -04:00
parent 8df2a5c2fb
commit 59417a19c8

View File

@@ -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,
}, {