Rename gccCmd mingwCmd now that's all it's used for.
Bug: http://b/185257607 Test: treehugger Change-Id: Ida079183828444f122ba6ea5662f63796677de7d
This commit is contained in:
@@ -204,7 +204,7 @@ func genWinMsg(ctx android.ModuleContext, srcFile android.Path, flags builderFla
|
||||
headerFile := android.GenPathWithExt(ctx, "windmc", srcFile, "h")
|
||||
rcFile := android.GenPathWithExt(ctx, "windmc", srcFile, "rc")
|
||||
|
||||
windmcCmd := gccCmd(flags.toolchain, "windmc")
|
||||
windmcCmd := mingwCmd(flags.toolchain, "windmc")
|
||||
|
||||
ctx.Build(pctx, android.BuildParams{
|
||||
Rule: windmc,
|
||||
|
Reference in New Issue
Block a user