mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
VLC: deactivate build again
This commit is contained in:
parent
73d9f50a13
commit
69093804bd
1 changed files with 6 additions and 4 deletions
|
|
@ -44,14 +44,16 @@ update=.;../java-libs/SlidingMenu;../java-libs/ActionBarSherlock,\
|
|||
prebuild=sed -i '48d' ../Makefile,build=cd ../ && \
|
||||
ANDROID_ABI=mips ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ ./compile.sh release,buildjni=no
|
||||
|
||||
Build Version:0.1.3-ARMv7,1300,0.1.3,subdir=vlc-android,forceversion=yes,forcevercode=yes,\
|
||||
buildjni=no,srclibs=VLC@7c52aacbe,\
|
||||
Build Version:0.1.3-ARMv7,1300,!permissions error on build server at 0.1.3,subdir=vlc-android,\
|
||||
forceversion=yes,forcevercode=yes,\
|
||||
srclibs=VLC@7c52aacbe,\
|
||||
update=.;../java-libs/SlidingMenu;../java-libs/ActionBarSherlock;../java-libs/WheelView,\
|
||||
prebuild=sed -i '/ant/d' ../Makefile && \
|
||||
sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml && \
|
||||
ln -s ../srclib/VLC ../vlc,\
|
||||
build=cd ../ && \
|
||||
ANDROID_ABI=armeabi-v7a ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ ./compile.sh release
|
||||
build=cd ../ && ANDROID_ABI=armeabi-v7a ANDROID_SDK=$$SDK$$ ANDROID_NDK=$$NDK$$ \
|
||||
./compile.sh release,\
|
||||
buildjni=no
|
||||
|
||||
# See compile.sh for the VLC commit
|
||||
Auto Update Mode:None
|
||||
|
|
|
|||
Loading…
Reference in a new issue