build: update Android NDK to r30 (30.0.14904198)
This commit is contained in:
@@ -41,12 +41,10 @@ jobs:
|
||||
- name: Android SDK
|
||||
uses: android-actions/setup-android@v3
|
||||
|
||||
- name: NDK r28 LTS + platform 36 + build-tools + CMake (libopus cross-build)
|
||||
- name: NDK r30 + platform 37 + build-tools + CMake (libopus cross-build)
|
||||
# cmake;3.22.1 installs cmake + ninja under $ANDROID_SDK/cmake/3.22.1/bin — the exact path
|
||||
# kit/build.gradle.kts prepends to PATH for cargo-ndk's audiopus_sys (libopus) CMake build.
|
||||
# Keep platforms;android-36 (android-37 isn't in the runner's sdkmanager channel yet —
|
||||
# "Failed to find package"); AGP auto-installs the compileSdk-37 platform during the build.
|
||||
run: sdkmanager "platform-tools" "platforms;android-36" "build-tools;36.0.0" "ndk;28.2.13676358" "cmake;3.22.1"
|
||||
run: sdkmanager "platform-tools" "platforms;android-37" "build-tools;37.0.0" "ndk;30.0.14904198" "cmake;3.22.1"
|
||||
|
||||
- name: Caches (cargo + gradle)
|
||||
uses: actions/cache@v4
|
||||
|
||||
Reference in New Issue
Block a user