.github/workflows/build_android.yml: switch to the installed NDK r27
This commit is contained in:
parent
1b6567b31b
commit
42fc26cc6d
7
.github/workflows/build_android.yml
vendored
7
.github/workflows/build_android.yml
vendored
@ -43,16 +43,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
key: android
|
key: android
|
||||||
|
|
||||||
# todo: remove once NDK 27 is out of beta
|
|
||||||
- name: Install Beta NDK
|
|
||||||
run: |
|
|
||||||
echo y | ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "ndk;27.0.12077973"
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
mkdir -p output/android
|
mkdir -p output/android
|
||||||
cd ./output/android
|
cd ./output/android
|
||||||
../../android/build.py $ANDROID_SDK_ROOT $ANDROID_SDK_ROOT/ndk/27.0.12077973 arm64-v8a \
|
../../android/build.py $ANDROID_SDK_ROOT $ANDROID_NDK_HOME arm64-v8a \
|
||||||
--buildtype=debugoptimized -Db_ndebug=true \
|
--buildtype=debugoptimized -Db_ndebug=true \
|
||||||
-Dwrap_mode=forcefallback
|
-Dwrap_mode=forcefallback
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user