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

Commit ec6dc938 authored by Ivan Lozano's avatar Ivan Lozano Committed by Gerrit Code Review
Browse files

Merge "rust: Add a default cfg indicating an AOSP build" into main

parents 9a988c4f 07fd7e32
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -53,6 +53,9 @@ var (
		"--color=always",
		"-Z dylib-lto",
		"-Z link-native-libraries=no",

		// cfg flag to indicate that we are building in AOSP with Soong
		"--cfg soong",
	}

	LinuxHostGlobalLinkFlags = []string{