Revert "Revert "Use prebuilt NDK libc++ for rv64.""
This reverts commit 967e16f3d8
.
Change-Id: I78cb0176fd21a8c0c376bee76631621712aeddaa
This commit is contained in:
@@ -80,8 +80,7 @@ func (stl *stl) begin(ctx BaseModuleContext) {
|
|||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
s = deduplicateStlInput(s)
|
s = deduplicateStlInput(s)
|
||||||
archHasNDKStl := ctx.Arch().ArchType != android.Riscv64
|
if ctx.useSdk() && ctx.Device() {
|
||||||
if ctx.useSdk() && ctx.Device() && archHasNDKStl {
|
|
||||||
switch s {
|
switch s {
|
||||||
case "", "system":
|
case "", "system":
|
||||||
return "ndk_system"
|
return "ndk_system"
|
||||||
|
Reference in New Issue
Block a user