Skip to content
Snippets Groups Projects
Commit 307fbf63 authored by Thomas Guillem's avatar Thomas Guillem Committed by Steve Lhomme
Browse files

CI: android: use last version of libvlcjni build script

No real functional changes but the script was modified to allow building
VLC from the libvlcjni, so make sure the last version still work with
the VLC CI (tested only locally).
parent 700b4c87
No related branches found
No related tags found
1 merge request!3887CI: android: use last version of libvlcjni build script
Pipeline #362043 passed with stage
in 43 minutes and 38 seconds
......@@ -549,7 +549,7 @@ tvos-arm64:
name: $VLC_ANDROID_IMAGE
script: |
git clone https://code.videolan.org/videolan/libvlcjni.git
(cd libvlcjni && git checkout 510543b6e0ae9a5223041b0049da720a6033d00c)
(cd libvlcjni && git checkout aa63288b6bb5c52dfacbdec95104cd4c86c7e9c2)
if [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
/bin/sh ./libvlcjni/buildsystem/compile-libvlc.sh --no-jni -a $ANDROID_ARCH --with-prebuilt-contribs
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment