[vlc-commits] [Git][videolan/vlc][master] CI: use the latest Android build script

Steve Lhomme (@robUx4) gitlab at videolan.org
Sat Nov 23 10:21:32 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
3932c3d3 by Steve Lhomme at 2024-11-23T09:35:22+00:00
CI: use the latest Android build script

The JNI part is not involved anymore. It only builds libvlc.so.

- - - - -


1 changed file:

- extras/ci/gitlab-ci.yml


Changes:

=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -622,13 +622,13 @@ xros-arm64:
         name: $VLC_ANDROID_IMAGE
     script: |
         git clone https://code.videolan.org/videolan/libvlcjni.git
-        (cd libvlcjni && git checkout 6eb83177884f08b68e4283de7d9bb5d33379385d)
+        (cd libvlcjni && git checkout 11413ec511ef618e26b0934e71eed7da110685fe)
         if [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
           CONTRIB_FLAGS="--with-prebuilt-contribs"
         elif [ "${CI_COMMIT_BRANCH}" = "${CI_DEFAULT_BRANCH}" -a "${CI_PROJECT_PATH}" = "videolan/vlc" ]; then
           CONTRIB_FLAGS="--package-contribs"
         fi
-        EXTRA_PARAMS="--enable-extra-checks" /bin/sh ./libvlcjni/buildsystem/compile-libvlc.sh --no-jni -a $ANDROID_ARCH $CONTRIB_FLAGS
+        EXTRA_PARAMS="--enable-extra-checks" /bin/sh ./libvlcjni/buildsystem/build-libvlc.sh -a $ANDROID_ARCH $CONTRIB_FLAGS
 
 android-arm:
     extends: .android-common



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3932c3d31da839ce0a4cc2a944e9095ad77d407b

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3932c3d31da839ce0a4cc2a944e9095ad77d407b
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list