From 40bcc717ab6fa7db0f0e7d1afbae8251b564b1f5 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Wed, 1 Jun 2016 08:59:53 +0200 Subject: [PATCH] Don't update Calculator to 5.1.1 (88): gson tests fail --- metadata/com.android2.calculator3.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/metadata/com.android2.calculator3.txt b/metadata/com.android2.calculator3.txt index 1c72771f20..9a4f04a308 100644 --- a/metadata/com.android2.calculator3.txt +++ b/metadata/com.android2.calculator3.txt @@ -122,6 +122,30 @@ Build:5.1.1,85 cp $$EJML$$/target/ejml-0.25.jar $$ArityXlythe$$/bin/arity.jar ../MathLibrary/libs/ && \ cp $$Google-Gson$$/target/gson-2.2.4.jar libs/ +Build:5.1.1,88 + disable=gson tests fail + commit=a172a4e277f39a6805c682a2543344f67258716c + subdir=mobile + gradle=yes + srclibs=EJML@v0.25,Google-Gson@gson-2.2.4,ArityXlythe@459535ba5005c6f3a03101b15354e44df161a637 + rm=mobile/libs/*jar,MathLibrary/libs/*.jar,legacy-mobile,wear,glass,GDK-ProgressBar + prebuild=sed -i -e '/wearApp/d' build.gradle && \ + pushd $$EJML$$ && \ + $$MVN3$$ package && \ + popd && \ + pushd $$Google-Gson$$ && \ + $$MVN3$$ package && \ + popd && \ + pushd $$ArityXlythe$$ && \ + rm -fR bin/* && \ + find -name "*.java" > sources.txt && \ + javac -d bin @sources.txt && \ + cd bin && \ + jar cf arity.jar org && \ + popd && \ + cp $$EJML$$/target/ejml-0.25.jar $$ArityXlythe$$/bin/arity.jar ../MathLibrary/libs/ && \ + cp $$Google-Gson$$/target/gson-2.2.4.jar libs/ + Maintainer Notes: The JAR files slider.jar, gson-2.2.4.jar and ejml-0.21.jar have been replaced by a version build from upstream sources. As arity-2.1.6.jar is no longer