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

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

Merge "Force rebuild linker.config.pb even after a build error" into main

parents 09557a0a 87f543d8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -98,6 +98,7 @@ func BuildLinkerConfig(ctx android.ModuleContext, builder *android.RuleBuilder,
	builder.Command().
		BuiltTool("conv_linker_config").
		Flag("proto").
		Flag("--force").
		FlagWithInput("-s ", input).
		FlagWithOutput("-o ", interimOutput)