disable debuggable builds of Bitcoin
This commit is contained in:
parent
aaa5282c89
commit
87abe16aa8
|
@ -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/
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue