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

Commit a32ad78c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Replace Rust global arg with more legible alternative" am: 10fed269 am: 25f3ae24

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1917677

Change-Id: I80a34a9ba2f51c31de45d6d06b8f1c61b7e12d3c
parents 5d704c69 25f3ae24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ var (
	}

	GlobalRustFlags = []string{
		"--remap-path-prefix $$(pwd)=",
		"-Z remap-cwd-prefix=.",
		"-C codegen-units=1",
		"-C debuginfo=2",
		"-C opt-level=3",