VLC: 1.1.2 fixed Java1.7 issues.
This commit is contained in:
parent
928f2147db
commit
77d8a4c347
|
@ -432,15 +432,14 @@ 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.1,1010102
|
Build:1.1.2,1010202
|
||||||
disable=wip; java1.7
|
commit=1.1.2
|
||||||
commit=1.1.1
|
|
||||||
subdir=vlc-android
|
subdir=vlc-android
|
||||||
srclibs=VLC@96e66d5
|
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 && \
|
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
|
ln -s vlc-android/$$VLC$$ ../vlc
|
||||||
build=cd ../ && \
|
build=cd ../ && \
|
||||||
ANDROID_ABI=x86 ./compile.sh release
|
ANDROID_ABI=x86 ./compile.sh prod
|
||||||
buildjni=no
|
buildjni=no
|
||||||
ndk=r10d
|
ndk=r10d
|
||||||
|
|
||||||
|
@ -448,6 +447,8 @@ 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
|
||||||
The VLC srclib commit can be found out from TESTED_HASH value in compile.sh
|
The VLC srclib commit can be found out from TESTED_HASH value in compile.sh
|
||||||
|
|
||||||
|
TODO: BuildConfig.APPLICATION_ID R.string.build_revision R.string.build_host R.string.build_time BuildConfig.VERSION_CODE BuildConfig.VERSION_NAME
|
||||||
.
|
.
|
||||||
|
|
||||||
# +0: - (upstream)
|
# +0: - (upstream)
|
||||||
|
|
Loading…
Reference in a new issue