Skip to content

Commit 9c54ef7

Browse files
[Toolchain] Update NDK to 23.1.7779620
1 parent ee62c4f commit 9c54ef7

7 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/privilegedBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
- '!.github/workflows/privilegedBuild.yml'
3535

3636
env:
37-
ANDROID_NDK: "23.0.7599858"
37+
ANDROID_NDK: "23.1.7779620"
3838
ANDROID_CMAKE: "3.18.1"
3939
TARBALL_CACHE_KEY: "tarballs-key-3"
4040

.github/workflows/unprivilegedBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
- '!.github/workflows/unprivilegedBuild.yml'
3535

3636
env:
37-
ANDROID_NDK: "23.0.7599858"
37+
ANDROID_NDK: "23.1.7779620"
3838
ANDROID_CMAKE: "3.18.1"
3939
TARBALL_CACHE_KEY: "tarballs-key-3"
4040

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Sample application consumes under 30MB.
1616

1717
### C++ runtime dependency:
1818
[Using mismatched prebuilt libraries](https://android.googlesource.com/platform/ndk/+/master/docs/user/common_problems.md#using-mismatched-prebuilt-libraries) is less problematic if all the libraries used in the application are:
19-
* Built with the same toolchain - ndk-23.0.7599858
19+
* Built with the same toolchain - ndk-23.1.7779620
2020
* Linked against shared C++ STL - `android.defaultConfig.externalNativeBuild.cmake.arguments "-DANDROID_STL=c++_shared"` in app's (and all JNI dependencies) build.gradle.
2121

2222
### How to install:
@@ -82,7 +82,7 @@ Current implementation supports building projects which are based on [Autotools]
8282
* Meson Build system (version 0.54.2 or newer)
8383
* pkg-config
8484
* CMake-3.21.0
85-
* ndk-23.0.7599858
85+
* ndk-23.1.7779620
8686
* gettext
8787
* gperf
8888

UpcomingReleaseNotes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[Toolchain] Update NDK to 23.1.7779620

dependency-builder/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141
path "src/main/cpp/CMakeLists.txt"
4242
version '3.18.1'
4343
}
44-
ndkVersion '23.0.7599858'
44+
ndkVersion '23.1.7779620'
4545
buildFeatures.prefab true
4646
}
4747

doChangeNDK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44
THIS_FILE=$(readlink -f "$0")
55
BASEDIR=$(dirname "$THIS_FILE")
66

7-
NDK="23.0.7599858"
7+
NDK="23.1.7779620"
88

99
version_format='([0-9\.]+)'
1010

pdf2htmlEX/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ android {
7676
path 'src/main/cpp/CMakeLists.txt'
7777
version '3.18.1'
7878
}
79-
ndkVersion '23.0.7599858'
79+
ndkVersion '23.1.7779620'
8080
sourceSets {
8181
release {
8282
jniLibs.srcDirs += gatherReleaseArtifactsTask.jniLibs.get()

0 commit comments

Comments
 (0)