Revert "Revert "Use prebuilt NDK libc++ for rv64.""
This reverts commit 967e16f3d8
.
Change-Id: I78cb0176fd21a8c0c376bee76631621712aeddaa
This commit is contained in:
parent
ed83eba40f
commit
08e634d5ce
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue