Skip to content

Commit 6c25092

Browse files
committed
use NDK 27
1 parent a60347f commit 6c25092

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_library.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ jobs:
596596
name: Build
597597
run: |
598598
export LD_LIBRARY_PATH=""
599-
export NDK=`ls -d /usr/local/lib/android/sdk/ndk/26.*`
599+
export NDK=`ls -d /usr/local/lib/android/sdk/ndk/27.*`
600600
cd build
601601
cmake .. -DCMAKE_TOOLCHAIN_FILE=$NDK/build/cmake/android.toolchain.cmake -DANDROID_PLATFORM=android-23 -DANDROID_ABI=${{ matrix.ABI }} ${{ env.CMAKE_VARS }}
602602
cmake --build . --config Release -j ${{ steps.cpu-cores.outputs.count }}

.github/workflows_template/build_library_steps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
id: cmake_build_android
249249
run: |
250250
export LD_LIBRARY_PATH=""
251-
export NDK=`ls -d /usr/local/lib/android/sdk/ndk/26.*`
251+
export NDK=`ls -d /usr/local/lib/android/sdk/ndk/27.*`
252252
cd build
253253
cmake .. -DCMAKE_TOOLCHAIN_FILE=$NDK/build/cmake/android.toolchain.cmake -DANDROID_PLATFORM=android-23 -DANDROID_ABI=${{ matrix.ABI }} ${{ env.CMAKE_VARS }}
254254
cmake --build . --config Release -j ${{ steps.cpu-cores.outputs.count }}

0 commit comments

Comments
 (0)