From 6ed35a3b0b61c641457a57f222d214dcdda65087 Mon Sep 17 00:00:00 2001 From: Hiroshi Yamauchi Date: Wed, 22 Apr 2026 18:14:46 -0700 Subject: [PATCH] Update Android NDK to r28c to fix build failure --- .github/workflows/build-toolchain.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-toolchain.yml b/.github/workflows/build-toolchain.yml index 4100bbd9e..1447c0cfa 100644 --- a/.github/workflows/build-toolchain.yml +++ b/.github/workflows/build-toolchain.yml @@ -441,8 +441,8 @@ jobs: echo mac_build_runner=macos-latest >> ${GITHUB_OUTPUT} echo "ANDROID_API_LEVEL=${INPUT_ANDROID_API_LEVEL}" >> ${GITHUB_OUTPUT} - echo ANDROID_NDK_VERSION=r27c >> ${GITHUB_OUTPUT} - echo ANDROID_CLANG_VERSION=18 >> ${GITHUB_OUTPUT} + echo ANDROID_NDK_VERSION=r28c >> ${GITHUB_OUTPUT} + echo ANDROID_CLANG_VERSION=19 >> ${GITHUB_OUTPUT} # Set Python version used in the build echo python_version=3.10.1 >> ${GITHUB_OUTPUT}