Skip to content

Commit

Permalink
android: update to clang 18, by using ndk 27 beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 committed May 11, 2024
1 parent 4c22e98 commit cc743d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:

- name: Setup NDK
run: |
sdkmanager --install "ndk;26.3.11579264"
sdkmanager --install "ndk;27.0.11718014-beta1"
- name: Build natibe libraries
run: |
Expand Down
2 changes: 1 addition & 1 deletion platforms/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ android {
}

compileSdkVersion 34
ndkVersion "26.3.11579264"
ndkVersion "27.0.11718014-beta1"
defaultConfig {
if (buildAsApplication) {
applicationId "com.github.oopetris"
Expand Down
4 changes: 2 additions & 2 deletions platforms/build-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set -e

mkdir -p toolchains

export NDK_VER_DOWNLOAD="r26d"
export NDK_VER_DESC="r26d"
export NDK_VER_DOWNLOAD="r27-beta1"
export NDK_VER_DESC="r27-beta1"

export BASE_PATH="$PWD/toolchains/android-ndk-$NDK_VER_DESC"
export ANDROID_NDK_HOME="$BASE_PATH"
Expand Down

0 comments on commit cc743d2

Please sign in to comment.