From 61044d0aae86f2b9fbec64251f8bfdc8ac7caba9 Mon Sep 17 00:00:00 2001 From: David Black Date: Thu, 28 Feb 2013 16:01:53 +0000 Subject: [PATCH] org.linphone would build but has dexclassloaders --- metadata/org.linphone.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/metadata/org.linphone.txt b/metadata/org.linphone.txt index 7368648a20..12213d7204 100644 --- a/metadata/org.linphone.txt +++ b/metadata/org.linphone.txt @@ -6,7 +6,7 @@ Issue Tracker: Summary:SIP (VOIP) client 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) * Audio multicall and conferencing * SRTP media encryption @@ -22,10 +22,11 @@ releases. Until then, you can find apks on the project's website. Repo Type:git Repo:git://git.linphone.org/linphone-android.git -Build Version:2.0.3,2003,!WIP 2.0.3-1,submodules=no,update=no,\ -init=git submodule update --init --recursive,\ -prebuild=rm -rf tests && echo "sdk.dir=$$SDK$$" > local.properties && \ -make NDK_PATH=$$NDK$$ prepare-sources generate-libs && \ +Build Version:2.0.3,2003,!3 dexclassloaders 2.0.3-1,submodules=no,update=no,\ +init=git submodule update --init --recursive,prebuild=rm -rf tests && \ +export PATH=$PATH:$$SDK$$/tools:$$SDK$$/platform-tools:$$NDK$$ && \ +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/markets\">true/markets\">=false/g' res/values/non_localizable_custom.xml,buildjni=no