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

Commit 08e634d5 authored by Prashanth Swaminathan's avatar Prashanth Swaminathan
Browse files

Revert "Revert "Use prebuilt NDK libc++ for rv64.""

This reverts commit 967e16f3.

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