disable debuggable builds of Bitcoin

This commit is contained in:
David Black 2013-04-14 23:49:43 +01:00
parent aaa5282c89
commit 87abe16aa8
2 changed files with 2 additions and 2 deletions

View file

@ -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/

View file

@ -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/