mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
parent
c0032f9597
commit
f31e18a1f1
7
.github/workflows/library-android.yml
vendored
7
.github/workflows/library-android.yml
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user