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

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

Merge "Pass --remap-path-prefix to Rust builds."

parents 2cca3a06 724286c9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -120,6 +120,7 @@ func (compiler *baseCompiler) compilerFlags(ctx ModuleContext, flags Flags) Flag
	flags.RustFlags = append(flags.RustFlags, compiler.featuresToFlags(compiler.Properties.Features)...)
	flags.RustFlags = append(flags.RustFlags, "--edition="+*compiler.Properties.Edition)
	flags.LinkFlags = append(flags.LinkFlags, compiler.Properties.Ld_flags...)
	flags.GlobalRustFlags = append(flags.GlobalRustFlags, config.GlobalRustFlags...)
	flags.GlobalRustFlags = append(flags.GlobalRustFlags, ctx.toolchain().ToolchainRustFlags())
	flags.GlobalLinkFlags = append(flags.GlobalLinkFlags, ctx.toolchain().ToolchainLinkFlags())

+4 −0
Original line number Diff line number Diff line
@@ -37,6 +37,10 @@ var (

	DefaultDenyWarnings = proptools.BoolPtr(true)

	GlobalRustFlags = []string{
		"--remap-path-prefix $$(pwd)=",
	}

	deviceGlobalRustFlags = []string{}

	deviceGlobalLinkFlags = []string{