Skip to content

Commit

Permalink
Update to NDK r25
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Jul 20, 2022
1 parent ef933b2 commit 5453ce6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5453ce6

Please sign in to comment.