GreenBits: ANDROID_NDK value debugging, updated to 1.33
- explicit ANDROID_NDK value - echo statements to see if the value changes - re-enabled the build
This commit is contained in:
parent
4aae02dfc2
commit
972922acc7
|
@ -26,20 +26,22 @@ You can find it at [[it.greenaddress.cordova]].
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/greenaddress/GreenBits
|
Repo:https://github.com/greenaddress/GreenBits
|
||||||
|
|
||||||
Build:1.32,32
|
Build:1.33,33
|
||||||
disable=wip
|
commit=1.33
|
||||||
commit=1.32
|
|
||||||
subdir=app
|
subdir=app
|
||||||
submodules=yes
|
submodules=yes
|
||||||
gradle=production
|
gradle=production
|
||||||
srclibs=AutobahnSW-greenaddress@fb1223083dc6e9dfddc0daad3b76dae277765b51
|
srclibs=AutobahnSW-greenaddress@fb1223083dc6e9dfddc0daad3b76dae277765b51
|
||||||
rm=app/libs/*.jar
|
rm=app/libs/*.jar
|
||||||
prebuild=pushd $$AutobahnSW-greenaddress$$ && \
|
prebuild=echo "ANDROID_NDK in prebuild (not setting it): $ANDROID_NDK" && \
|
||||||
|
pushd $$AutobahnSW-greenaddress$$ && \
|
||||||
$$MVN3$$ package && \
|
$$MVN3$$ package && \
|
||||||
popd && \
|
popd && \
|
||||||
cp $$AutobahnSW-greenaddress$$/target/autobahn-android-sw-0.5.2-SNAPSHOT.jar libs/
|
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
|
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
|
||||||
build=./prepare_fdroid.sh
|
build=echo "ANDROID_NDK in build before setting: $ANDROID_NDK" && \
|
||||||
|
ANDROID_NDK=$$NDK$$ sh -c 'echo "ANDROID_NDK in build after setting: $ANDROID_NDK"' && \
|
||||||
|
ANDROID_NDK=$$NDK$$ ./prepare_fdroid.sh
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
scandelete libscrypt.so - it is built by F-Droid via prepare_fdroid.sh,
|
scandelete libscrypt.so - it is built by F-Droid via prepare_fdroid.sh,
|
||||||
|
|
Loading…
Reference in a new issue