Skip to content

Commit

Permalink
Update Android NDK to r27 and libs
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Oct 3, 2024
1 parent 69e7875 commit 0487c51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .azure/azure-pipelines-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ variables:
ICONV_VERSION: '1.17'
# libffi 3.4.4 fails due to https://github.com/libffi/libffi/issues/760
FFI_VERSION: 'ce077e5565366171aa1b4438749b0922fce887a4'
GETTEXT_VERSION: '0.21'
GETTEXT_VERSION: '0.22.5'
GLIB_VERSION: '2.72'
GLIB_EXTRAVERSION: '4'
OBOE_VERSION: '1.7.0'
SNDFILE_VERSION: '1.2.0'
SNDFILE_VERSION: '1.2.2'
INSTPATCH_VERSION: '1.1.6'
VORBIS_VERSION: '1.3.7'
OGG_VERSION: '1.3.5'
OPUS_VERSION: '1.3.1'
FLAC_VERSION: '1.4.2'
OPUS_VERSION: '1.5.2'
FLAC_VERSION: '1.4.3'
PCRE_VERSION: '8.45'

# Android NDK sources and standalone toolchain is put here
Expand All @@ -55,7 +55,7 @@ variables:
# Must be the same as $ANDROID_NDK_HOME see:
# https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
# We cannot use $ANDROID_NDK_HOME because this is an environment variable, but here, we need a compile-time constant.
NDK: '/usr/local/lib/android/sdk/ndk/25.2.9519653'
NDK: '/usr/local/lib/android/sdk/ndk/27.1.12297006'

# All the built binaries, libs and their headers will be installed here
PREFIX: '$(DEV)/opt/android'
Expand Down

0 comments on commit 0487c51

Please sign in to comment.