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

Commit 299af470 authored by Colin Cross's avatar Colin Cross Committed by Automerger Merge Worker
Browse files

Merge "Make rust builds hermetic" am: 65e8f6d7 am: 95d31413

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

Change-Id: Ia2915d6fbb2e00c678adf0ffdf9edd5422ca9ae2
parents fe2db308 95d31413
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ var (
		"-B${cc_config.ClangBin}",
		"-fuse-ld=lld",
		"-Wl,--undefined-version",
		"--sysroot ${cc_config.LinuxGccRoot}/sysroot",
	}
	linuxX86Rustflags   = []string{}
	linuxX86Linkflags   = []string{}