From 87abe16aa862c9d474b287995e9d4a2158294574 Mon Sep 17 00:00:00 2001 From: David Black Date: Sun, 14 Apr 2013 23:49:43 +0100 Subject: [PATCH] disable debuggable builds of Bitcoin --- metadata/de.schildbach.wallet.txt | 2 +- metadata/de.schildbach.wallet_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/de.schildbach.wallet.txt b/metadata/de.schildbach.wallet.txt index 811eda0220..a982d2a1ba 100644 --- a/metadata/de.schildbach.wallet.txt +++ b/metadata/de.schildbach.wallet.txt @@ -63,7 +63,7 @@ mvn3 install:install-file -DgroupId=android -DartifactId=android -Dversion=2.3.3 mvn3 install:install-file -DgroupId=android.support -DartifactId=compatibility-v4 -Dversion=r6 -Dpackaging=jar -Dfile=$$SDK$$/android-compatibility/v4/android-support-v4.jar # Build from prodnet branch which cherry picks some old commits and commits after tags # The git reset (or specific commit instead of a tag) is from the bitcoinj wiki and is used for security -Build Version:3.01,121,742241f59df1,maven=yes,patch=pom.patch,\ +Build Version:3.01,121,!742241f59df1,maven=yes,patch=pom.patch,\ bindir=wallet/target,srclibs=BitcoinJWallet@1649520e3183,prebuild=\ cp -r $$BitcoinJWallet$$/ . && rm -rf market/ diff --git a/metadata/de.schildbach.wallet_test.txt b/metadata/de.schildbach.wallet_test.txt index c7af39576a..15a7e8064f 100644 --- a/metadata/de.schildbach.wallet_test.txt +++ b/metadata/de.schildbach.wallet_test.txt @@ -45,7 +45,7 @@ cd $$BitcoinJWallet$$ && $$MVN3$$ install && cd - && \ cd ../integration-android && $$MVN3$$ install && cd ../wallet && \ mvn3 install:install-file -DgroupId=android -DartifactId=android -Dversion=2.3.3_r2 -Dpackaging=jar -Dfile=$$SDK$$/platforms/android-10/android.jar && \ mvn3 install:install-file -DgroupId=android.support -DartifactId=compatibility-v4 -Dversion=r6 -Dpackaging=jar -Dfile=$$SDK$$/android-compatibility/v4/android-support-v4.jar -Build Version:3.01-test,121,v3.01,maven=yes,patch=pom.patch,\ +Build Version:3.01-test,121,!v3.01,maven=yes,patch=pom.patch,\ bindir=wallet/target,srclibs=BitcoinJWallet@1649520e3183,prebuild=\ cp -r $$BitcoinJWallet$$/ . && rm -rf market/