.github/workflows/build_android.yml: update NDK to r27
This commit is contained in:
parent
0a035f3ce0
commit
196258ea13
|
@ -46,13 +46,13 @@ jobs:
|
||||||
# todo: remove once NDK 27 is out of beta
|
# todo: remove once NDK 27 is out of beta
|
||||||
- name: Install Beta NDK
|
- name: Install Beta NDK
|
||||||
run: |
|
run: |
|
||||||
echo y | ${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "ndk;27.0.11902837"
|
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.11902837 arm64-v8a \
|
../../android/build.py $ANDROID_SDK_ROOT $ANDROID_SDK_ROOT/ndk/27.0.12077973 arm64-v8a \
|
||||||
--buildtype=debugoptimized -Db_ndebug=true \
|
--buildtype=debugoptimized -Db_ndebug=true \
|
||||||
-Dwrap_mode=forcefallback
|
-Dwrap_mode=forcefallback
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue