File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 strategy :
1919 matrix :
2020 # 21.4.7075529 is needed for Unreal Engine 4.26
21- ndk_version : [25.1.8937393, 23.1.7779620 ]
21+ ndk_version : [25.1.8937393, 23.0.7599858 ]
2222 # TODO: is x86_64-linux-android necessary to test on CI?
2323 target : [armv7-linux-androideabi, aarch64-linux-android, x86_64-linux-android]
2424 steps :
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ endif
1717
1818# Comment out to set your ndk version
1919# r23, for unreal 4.27 and 5.0
20- # NDK_VERSION=23.1.7779620
20+ # NDK_VERSION=23.0.7599858
2121# r25, for unreal 5.1
2222# NDK_VERSION=25.1.8937393
2323#
2424# or set NDK_VERSION on command line
25- # NDK_VERSION=23.1.7779620 make armv7-linux-androideabi
26- # NDK_VERSION=23.1.7779620 make aarch64-linux-android
27- # NDK_VERSION=23.1.7779620 make i686-linux-android
28- # NDK_VERSION=23.1.7779620 make x86_64-linux-android
25+ # NDK_VERSION=23.0.7599858 make armv7-linux-androideabi
26+ # NDK_VERSION=23.0.7599858 make aarch64-linux-android
27+ # NDK_VERSION=23.0.7599858 make i686-linux-android
28+ # NDK_VERSION=23.0.7599858 make x86_64-linux-android
2929
3030# The ndk requirement for unreal, please check
3131# https://docs.unrealengine.com/4.27/en-US/SharingAndReleasing/Mobile/Android/AndroidSDKRequirements/
You can’t perform that action at this time.
0 commit comments