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

Commit 25740034 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Use prebuilt m4 for bison too"

am: 02f6880c

Change-Id: Ifdb21d8b2d9693bd1e14ca2de05984c920ba413d
parents d7f9313e 02f6880c
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).