VLC: Prepare for 1.5.1.1 (1050110)
This commit is contained in:
parent
e6a7666557
commit
79b06e1201
|
@ -860,6 +860,39 @@ Build:1.4.1,1040105
|
|||
./compile.sh -a "x86" --release
|
||||
buildjni=no
|
||||
|
||||
Build:1.5.1.1,1050113
|
||||
commit=1.5.1.1
|
||||
subdir=vlc-android
|
||||
gradle=VanillaARMv6fpu
|
||||
srclibs=VLC@e4ccfa9
|
||||
prebuild=sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh && \
|
||||
ln -s vlc-android/$$VLC$$ ../vlc
|
||||
build=cd ../ && \
|
||||
./compile.sh -a "armeabi" --release
|
||||
buildjni=no
|
||||
|
||||
Build:1.5.1.1,1050114
|
||||
commit=1.5.1.1
|
||||
subdir=vlc-android
|
||||
gradle=VanillaARMv7
|
||||
srclibs=VLC@e4ccfa9
|
||||
prebuild=sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh && \
|
||||
ln -s vlc-android/$$VLC$$ ../vlc
|
||||
build=cd ../ && \
|
||||
./compile.sh -a "armeabi-v7a" --release
|
||||
buildjni=no
|
||||
|
||||
Build:1.5.1.1,1050115
|
||||
commit=1.5.1.1
|
||||
subdir=vlc-android
|
||||
gradle=VanillaX86
|
||||
srclibs=VLC@e4ccfa9
|
||||
prebuild=sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh && \
|
||||
ln -s vlc-android/$$VLC$$ ../vlc
|
||||
build=cd ../ && \
|
||||
./compile.sh -a "x86" --release
|
||||
buildjni=no
|
||||
|
||||
Maintainer Notes:
|
||||
Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
|
||||
see http://buildbot.videolan.org/builders/ for version code scheme
|
||||
|
|
Loading…
Reference in a new issue