[Android] Apply additional patches before building a release

Geoffrey Métais git at videolan.org
Thu Jan 10 16:27:32 CET 2019


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Jan 10 15:21:41 2019 +0100| [723f630ba5a21f8969cd3d226130aaaf5c86361c] | committer: Geoffrey Métais

Apply additional patches before building a release

> https://code.videolan.org/videolan/vlc-android/commit/723f630ba5a21f8969cd3d226130aaaf5c86361c
---

 compile.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compile.sh b/compile.sh
index 82fb52690..66c6441eb 100755
--- a/compile.sh
+++ b/compile.sh
@@ -260,6 +260,7 @@ EOF
 fi
 if [ "$RELEASE" = 1 ]; then
     git reset --hard ${TESTED_HASH}
+    git am ../libvlc/patches/*.patch
 fi
 cd ..
 



More information about the Android mailing list