diff --git a/build.sh b/build.sh index 560b515..93f80bc 100755 --- a/build.sh +++ b/build.sh @@ -86,7 +86,7 @@ ndk() { rm clang-14 cd ../lib64 ln -sf ../../rust/lib/*.$DYN_EXT* . - rm -f libclang.so.13 libLLVM-14git.so libLTO.so.14git libRemarks.so.14git + rm -f libclang.so.13 libclang-cpp.so.14git libLLVM-14git.so libLTO.so.14git libRemarks.so.14git # Redirect library cd ../lib diff --git a/common.sh b/common.sh index 8005939..584283f 100644 --- a/common.sh +++ b/common.sh @@ -2,10 +2,10 @@ # SPDX-License-Identifier: Apache-2.0 RUST_VERSION='master' -NDK_VERSION='r24' -OUTPUT_VERSION='r24.2' +NDK_VERSION='r25' +OUTPUT_VERSION='r25.0' -NDK_CLANG='14.0.1' +NDK_CLANG='14.0.6' clone() { git clone --depth 1 --branch $RUST_VERSION https://github.com/topjohnwu/rust.git