summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2023-07-25 21:05:46 +0000
committerDan Albert <danalbert@google.com>2023-07-25 21:05:46 +0000
commit2cffe985a7aab21c78ff7ede1f787934fcdc8006 (patch)
tree8327fb710e15c05509734b80a95e7de3a3781790
parentf99c4022128d9286ed78ed7023778f9958d10dea (diff)
downloadndk-2cffe985a7aab21c78ff7ede1f787934fcdc8006.tar.gz
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: I52c291f55c56f92320cbc512b76d462068d8e9a3
-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
3 files changed, 0 insertions, 0 deletions
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