From 42ceebf20dfb1f6829a5446b05d0aad85c863a91 Mon Sep 17 00:00:00 2001 From: Thomas Guillem Date: Mon, 7 Sep 2020 15:04:48 +0200 Subject: [PATCH] extras: ci: update Android image and NDK (21) --- extras/ci/gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/ci/gitlab-ci.yml b/extras/ci/gitlab-ci.yml index 19ff8f2e4e..0f72e15d73 100644 --- a/extras/ci/gitlab-ci.yml +++ b/extras/ci/gitlab-ci.yml @@ -17,7 +17,7 @@ variables: VLC_WIN_LLVM_IMAGE: registry.videolan.org/vlc-debian-llvm-mingw:20200703084018 VLC_UWP_LLVM_IMAGE: registry.videolan.org/vlc-debian-llvm-uwp:20200706065223 VLC_DEBIAN_IMAGE: registry.videolan.org/vlc-debian-unstable:20200229201904 - VLC_ANDROID_IMAGE: registry.videolan.org/vlc-debian-android:20190717134531 + VLC_ANDROID_IMAGE: registry.videolan.org/vlc-debian-android:20200529135226 VLC_SNAP_IMAGE: registry.videolan.org/vlc-ubuntu-bionic:20190627090437 VLC_RASPBIAN_IMAGE: registry.videolan.org/vlc-debian-raspbian:20200213203125 @@ -364,7 +364,7 @@ tvos-arm64: image: name: $VLC_ANDROID_IMAGE script: | - wget https://code.videolan.org/videolan/vlc-android/raw/0daaf5f3a08b5c52b4caaf526633cca7061d04c2/compile-libvlc.sh + wget https://code.videolan.org/videolan/vlc-android/raw/7d2b0fd2ba332d5e3c83415b67dbe2fe5748f346/buildsystem/compile-libvlc.sh if [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then /bin/sh ./compile-libvlc.sh -a $ANDROID_ARCH --with-prebuilt-contribs else -- 2.11.4.GIT