org.linphone would build but has dexclassloaders
This commit is contained in:
parent
abad7af102
commit
61044d0aae
|
|
@ -6,7 +6,7 @@ Issue Tracker:
|
||||||
|
|
||||||
Summary:SIP (VOIP) client
|
Summary:SIP (VOIP) client
|
||||||
Description:
|
Description:
|
||||||
* Audio with the following codecs: speex (narrow band and wideband), iLBC, G711, GSM, G722, Silk
|
* Audio with the following codecs: speex (narrow band and wideband), iLBC, G711, GSM, G722. No Silk in 2.0
|
||||||
* Video with VP8, mpeg4 and H264 codecs (ARMv7 only)
|
* Video with VP8, mpeg4 and H264 codecs (ARMv7 only)
|
||||||
* Audio multicall and conferencing
|
* Audio multicall and conferencing
|
||||||
* SRTP media encryption
|
* SRTP media encryption
|
||||||
|
|
@ -22,10 +22,11 @@ releases. Until then, you can find apks on the project's website.
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:git://git.linphone.org/linphone-android.git
|
Repo:git://git.linphone.org/linphone-android.git
|
||||||
|
|
||||||
Build Version:2.0.3,2003,!WIP 2.0.3-1,submodules=no,update=no,\
|
Build Version:2.0.3,2003,!3 dexclassloaders 2.0.3-1,submodules=no,update=no,\
|
||||||
init=git submodule update --init --recursive,\
|
init=git submodule update --init --recursive,prebuild=rm -rf tests && \
|
||||||
prebuild=rm -rf tests && echo "sdk.dir=$$SDK$$" > local.properties && \
|
export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$ && \
|
||||||
make NDK_PATH=$$NDK$$ prepare-sources generate-libs && \
|
make BUILD_SILK=0 update-project prepare-sources && \
|
||||||
|
echo "version.name=2.0.3" > default.properties && \
|
||||||
sed -i 's/debuggable ="true"/debuggable="false"/g' AndroidManifest.xml && \
|
sed -i 's/debuggable ="true"/debuggable="false"/g' AndroidManifest.xml && \
|
||||||
sed -i 's/markets\">true/markets\">=false/g' res/values/non_localizable_custom.xml,buildjni=no
|
sed -i 's/markets\">true/markets\">=false/g' res/values/non_localizable_custom.xml,buildjni=no
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue