GreenBits: Build issue; disable.
This commit is contained in:
parent
426498c5da
commit
59dc90a3c8
|
@ -28,14 +28,16 @@ Repo Type:git
|
|||
Repo:https://github.com/greenaddress/GreenBits
|
||||
|
||||
Build:1.32,32
|
||||
disable=wip
|
||||
commit=1.32
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=production
|
||||
srclibs=AutobahnSW-greenaddress@fb1223083dc6e9dfddc0daad3b76dae277765b51
|
||||
prebuild=rm libs/autobahn-android-sw-0.5.2-SNAPSHOT.jar && \
|
||||
rm=app/libs/*.jar
|
||||
prebuild=\
|
||||
pushd $$AutobahnSW-greenaddress$$ && \
|
||||
mvn package && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp $$AutobahnSW-greenaddress$$/target/autobahn-android-sw-0.5.2-SNAPSHOT.jar libs/
|
||||
scandelete=app/src/main/jniLibs/armeabi/libscrypt.so,app/src/main/jniLibs/mips/libscrypt.so,app/src/main/jniLibs/x86/libscrypt.so,app/scrypt/src
|
||||
|
@ -47,9 +49,14 @@ but it is still in GreenAddress repo for users who don't want to use NDK,
|
|||
so it needs to be removed before building to pass scanning.
|
||||
prebuild rm autobahn android jar - as above, still in repo for users who
|
||||
don't want to be bothered with building Autobahn-SW from source.
|
||||
|
||||
* Set AUM when everything works and doesn't break for some releases.
|
||||
* Disabled since prepare_fdroid doesn't work as expected (move its content to prebuild?):
|
||||
* arm-linux-androideabi-gcc: Command not found
|
||||
* cannot stat ‘target/libscrypt.so’: No such file or directory
|
||||
.
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
#Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.32
|
||||
Current Version Code:32
|
||||
|
|
Loading…
Reference in a new issue