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

Commit 634828f3 authored by Mark White's avatar Mark White Committed by Gerrit Code Review
Browse files

Merge "Revert "Use prebuilt NDK libc++ for rv64."" into main

parents 8fbc42cf 967e16f3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -80,7 +80,8 @@ func (stl *stl) begin(ctx BaseModuleContext) {
			return ""
		}
		s = deduplicateStlInput(s)
		if ctx.useSdk() && ctx.Device() {
		archHasNDKStl := ctx.Arch().ArchType != android.Riscv64
		if ctx.useSdk() && ctx.Device() && archHasNDKStl {
			switch s {
			case "", "system":
				return "ndk_system"