Skip to content

Commit 83a37cb

Browse files
authored
Switch to Android NDK 27c. (#246)
1 parent 739b079 commit 83a37cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/OCV-4.x-Android-SDK.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run:
3434
shell: bash
3535
container:
36-
image: quay.io/opencv-ci/opencv-androidsdk-34:20240917
36+
image: quay.io/opencv-ci/opencv-androidsdk-34:20250516
3737
volumes:
3838
- /home/opencv-cn/git_cache:/home/ci/git_cache
3939
- /home/opencv-cn/ci_cache/opencv:/home/ci/.ccache

docker/android/Dockerfile-34.0.0

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version: 20240917
1+
# Version: 20250516
22
# Image name: quay.io/opencv-ci/opencv-androidsdk-34
33
# For 4.x branch
44

@@ -8,7 +8,7 @@ ARG GRADLE_VERSION=8.11.1
88
ARG ANDROID_BUILD_TOOLS_VERSION=34.0.0
99
ARG ANDROID_PLATFORM_VERSION=android-34
1010
ARG ANDROID_TOOLS_ARCHIVE=commandlinetools-linux-6858069_latest.zip
11-
ARG NDK_VERSION=26.3.11579264
11+
ARG NDK_VERSION=27.2.12479018
1212
ARG CMAKE_VERSION=3.22.1
1313

1414
USER root

0 commit comments

Comments
 (0)