Skip to content

Commit

Permalink
update android NDK r26
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml committed Oct 8, 2023
1 parent 93e7d5d commit 9f83170
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
BOOST_DOT_VERSION: "1.81.0"
BOOST_VERSION: "1_81_0"
NDK_VERSION: "r25c"
NDK_VERSION: "r26"
OPENSSL_VERSION: "1.1.1t"
OPENSSL_NO_OPTS: "no-deprecated no-shared no-makedepend no-static-engine no-stdio no-posix-io no-threads no-ui-console no-zlib no-zlib-dynamic -fno-strict-aliasing -fvisibility=hidden -O3"

Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
* update to libtorrent master
* using SWIG 4.1.1
* update android NDK r26
* improved java api layer
* lt:allow to change save path without any additional actions
* lt:allow to change save path without moving any files
Expand Down
2 changes: 1 addition & 1 deletion swig/android-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt update -y \

ENV BOOST_DOT_VERSION="1.81.0"
ENV BOOST_VERSION="1_81_0"
ENV NDK_VERSION="r25c"
ENV NDK_VERSION="r26"
ENV OPENSSL_VERSION="1.1.1t"
ENV OPENSSL_NO_OPTS="no-deprecated no-shared no-makedepend no-static-engine no-stdio no-posix-io no-threads no-ui-console no-zlib no-zlib-dynamic -fno-strict-aliasing -fvisibility=hidden -O3 -fPIC"

Expand Down

0 comments on commit 9f83170

Please sign in to comment.