Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02f6880c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Use prebuilt m4 for bison too"

parents 49eb5477 c4a6aa83
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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).