Don't update Lumicall to 1.11.10 (165): zrtp is failing
This commit is contained in:
parent
836386fa87
commit
f650ca3155
|
@ -147,8 +147,22 @@ Build:1.11.6,161
|
||||||
cp $$libphonenumber$$/java/libphonenumber/target/libphonenumber-6.2.3-SNAPSHOT.jar libs/
|
cp $$libphonenumber$$/java/libphonenumber/target/libphonenumber-6.2.3-SNAPSHOT.jar libs/
|
||||||
buildjni=yes
|
buildjni=yes
|
||||||
|
|
||||||
|
Build:1.11.10,165
|
||||||
|
disable=zrtp not building
|
||||||
|
commit=1.11.10
|
||||||
|
buildjni=yes
|
||||||
|
submodules=yes
|
||||||
|
srclibs=PBKDF2@v1.1.0,dnsjava@dnsjava-2.1.6,RemoteTea@release-1.1.0,libphonenumber@libphonenumber-7.0.2
|
||||||
|
rm=libs/*.jar
|
||||||
|
prebuild=echo "project.target.apilevel=8" > ant.properties && \
|
||||||
|
sed -i -e '/<dependency/,/\/>/d' custom_rules.xml && \
|
||||||
|
mv zrtp zorg-java && mkdir zrtp && mv zorg-java zrtp/ && \
|
||||||
|
pushd $$PBKDF2$$ && gradle install && popd && cp $$PBKDF2$$/build/libs/PBKDF2-1.1.0.jar libs/ && \
|
||||||
|
pushd $$dnsjava$$ && ant jar && popd && cp $$dnsjava$$/dnsjava-*.jar libs/ && \
|
||||||
|
pushd $$libphonenumber$$/java/ && $$MVN3$$ package && popd && cp $$libphonenumber$$/java/libphonenumber/target/libphonenumber-7.0.2.jar libs/ && \
|
||||||
|
pushd $$RemoteTea$$ && ant -Dant.build.javac.target=1.5 -Dant.build.javac.source=1.5 jar && popd && cp $$RemoteTea$$/classes/oncrpc*jar libs/oncrpc-1.0.7.jar && cp libs/oncrpc-1.0.7.jar gmetric4j/lib/oncrpc-1.0.7.jar
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
TODO: libphonenumber: should we always build HEAD? switch back to googles repo? do we need geocoder-jar?
|
|
||||||
TODO: oncrpc 1.0.7 is 7dda2ba52e7d999c52648ead1e747dd7ca64325c ; last/only tag is release-1.1.0
|
TODO: oncrpc 1.0.7 is 7dda2ba52e7d999c52648ead1e747dd7ca64325c ; last/only tag is release-1.1.0
|
||||||
.
|
.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue