[Android] build: temporarily cherry-pick some VLC commits

Jean-Baptiste Kempf git at videolan.org
Fri Oct 20 18:11:24 CEST 2017


vlc-android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Oct 20 16:14:11 2017 +0200| [1746ae085ef2371e8d36f341971d728f24f850d3] | committer: Jean-Baptiste Kempf

build: temporarily cherry-pick some VLC commits

> https://code.videolan.org/videolan/vlc-android/commit/1746ae085ef2371e8d36f341971d728f24f850d3
---

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

diff --git a/compile.sh b/compile.sh
index b28552275..aea9ed935 100755
--- a/compile.sh
+++ b/compile.sh
@@ -240,6 +240,7 @@ EOF
 fi
 if [ "$RELEASE" = 1 ]; then
     git reset --hard ${TESTED_HASH}
+    git cherry-pick c972cfd 9264da8 8cacc98a089ea63f7b134ffba5ff3371fbb84849 8a15910d9f8e7d860f29d0e9803c756970d8cf74
 fi
 cd ..
 



More information about the Android mailing list