Update NDK (#322)

* Update NDK
This commit is contained in:
Max Ammann 2024-11-06 21:01:12 +01:00 committed by GitHub
parent c0032f9597
commit f31e18a1f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 8 deletions

View File

@ -16,13 +16,6 @@ jobs:
targets: x86_64-linux-android aarch64-linux-android i686-linux-android
- name: Install Dependencies
uses: ./.github/actions/install-system-dependencies
- name: Set NDK Version
shell: bash
run: |
ANDROID_ROOT=/usr/local/lib/android
ANDROID_SDK_ROOT=${ANDROID_ROOT}/sdk
ANDROID_NDK_ROOT=${ANDROID_SDK_ROOT}/ndk-bundle
ln -sfn $ANDROID_SDK_ROOT/ndk/25.2.9519653 $ANDROID_NDK_ROOT
- name: Build
shell: bash
run: just build-android

View File

@ -7,7 +7,8 @@ plugins {
apply plugin: 'kotlin-android'
android {
ndkVersion "27.0.12077973"
// Also update NDK in library-android.yml
ndkVersion "27.2.12479018"
compileSdkVersion 31