summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2023-07-25 21:05:46 +0000
committerPrashanth Swaminathan <prashanthsw@google.com>2023-07-26 09:49:47 -0700
commit2fdebcf68c188643d5af16f3697c0901a10be52c (patch)
tree79ee25983c0a832c6b98f3584810d2b9e1734706
parent9f4bf52ac054949fa9b20676a7907a4582772c3f (diff)
downloadndk-2fdebcf68c188643d5af16f3697c0901a10be52c.tar.gz
Reland "Add rv64 prebuilts directly from the toolchain."
These are not the same version of libc++ as the rest of the prebuilts, but we need to get a V sysroot with rv64 into the NDK sooner rather than later. We've been unable to do that because the workaround for getting a libc++ NDK prebuilt for rv64 thus far has been `sdk_version: "current"` in external/libcxx, but we can't set it to "VanillaIceCream" because of trunk stable problems. This hack probably gets us across that hurdle. Bug: None Test: treehugger Change-Id: I382d79271a3fdf97ce360d3f26af3065a0405043
-rwxr-xr-xcurrent/sources/cxx-stl/llvm-libc++/libs/riscv64/libc++_shared.sobin0 -> 1792992 bytes
-rw-r--r--current/sources/cxx-stl/llvm-libc++/libs/riscv64/libc++_static.abin0 -> 4461130 bytes
-rw-r--r--current/sources/cxx-stl/llvm-libc++/libs/riscv64/libc++abi.abin0 -> 1143488 bytes
-rw-r--r--current/sources/cxx-stl/llvm-libc++/libs/riscv64/libunwind.abin0 -> 179056 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/current/sources/cxx-stl/llvm-libc++/libs/riscv64/libc++_shared.so b/current/sources/cxx-stl/llvm-libc++/libs/riscv64/libc++_shared.so
new file mode 100755
index 000000000..7024e653b
--- /dev/null
+++ b/current/sources/cxx-stl/llvm-libc++/libs/riscv64/libc++_shared.so
Binary files differ
diff --git a/current/sources/cxx-stl/llvm-libc++/libs/riscv64/libc++_static.a b/current/sources/cxx-stl/llvm-libc++/libs/riscv64/libc++_static.a
new file mode 100644
index 000000000..2495e32c0
--- /dev/null
+++ b/current/sources/cxx-stl/llvm-libc++/libs/riscv64/libc++_static.a
Binary files differ
diff --git a/current/sources/cxx-stl/llvm-libc++/libs/riscv64/libc++abi.a b/current/sources/cxx-stl/llvm-libc++/libs/riscv64/libc++abi.a
new file mode 100644
index 000000000..1c66b5a6a
--- /dev/null
+++ b/current/sources/cxx-stl/llvm-libc++/libs/riscv64/libc++abi.a
Binary files differ
diff --git a/current/sources/cxx-stl/llvm-libc++/libs/riscv64/libunwind.a b/current/sources/cxx-stl/llvm-libc++/libs/riscv64/libunwind.a
new file mode 100644
index 000000000..a5e477fe9
--- /dev/null
+++ b/current/sources/cxx-stl/llvm-libc++/libs/riscv64/libunwind.a
Binary files differ