VLC: Prepare switch to gradle
This commit is contained in:
parent
0817ad7f1c
commit
0854be3362
|
|
@ -432,6 +432,19 @@ Build:1.0.1,10104
|
||||||
ANDROID_ABI=armeabi-v7a ./compile.sh release
|
ANDROID_ABI=armeabi-v7a ./compile.sh release
|
||||||
buildjni=no
|
buildjni=no
|
||||||
|
|
||||||
|
Build:1.1.0,1010002
|
||||||
|
disable=wip
|
||||||
|
commit=1.1.0
|
||||||
|
subdir=vlc-android
|
||||||
|
srclibs=VLC@96e66d5
|
||||||
|
prebuild=sed -i -e '/^TARGET/aPASSWORD_KEYSTORE="$PASSWORD_KEYSTORE" gradle $TARGET\nexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh && \
|
||||||
|
ln -s vlc-android/$$VLC$$ ../vlc && \
|
||||||
|
sed -i -e '/proguardFile/abuildConfigField "String", "APPLICATION_ID", "org.videolan.vlc"' build.gradle
|
||||||
|
build=cd ../ && \
|
||||||
|
ANDROID_ABI=x86 ./compile.sh release
|
||||||
|
buildjni=no
|
||||||
|
ndk=r10d
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
|
Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
|
||||||
see http://buildbot.videolan.org/builders/ for version code scheme
|
see http://buildbot.videolan.org/builders/ for version code scheme
|
||||||
|
|
@ -447,6 +460,6 @@ Archive Policy:6 versions
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Vercode Operation:%c + 4
|
Vercode Operation:%c + 4
|
||||||
Current Version:1.1.0
|
Current Version:1.1.1
|
||||||
Current Version Code:1010004
|
Current Version Code:1010104
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue