Merge "Use prebuilt m4 for bison too"
am: 02f6880c27
Change-Id: Ifdb21d8b2d9693bd1e14ca2de05984c920ba413d
This commit is contained in:
commit
257400347a
|
@ -98,6 +98,7 @@ func genYacc(ctx android.ModuleContext, rule *android.RuleBuilder, yaccFile andr
|
|||
}
|
||||
|
||||
cmd.Text("BISON_PKGDATADIR=prebuilts/build-tools/common/bison").
|
||||
FlagWithInput("M4=", ctx.Config().PrebuiltBuildTool(ctx, "m4")).
|
||||
Tool(ctx.Config().PrebuiltBuildTool(ctx, "bison")).
|
||||
Flag("-d").
|
||||
Flags(flags).
|
||||
|
|
Loading…
Reference in New Issue