diff --git a/scripts/android/build_haven_all.sh b/scripts/android/build_haven_all.sh index b4dcb802e..bdda7f9b1 100755 --- a/scripts/android/build_haven_all.sh +++ b/scripts/android/build_haven_all.sh @@ -7,3 +7,4 @@ ./build_zmq.sh ./build_haven.sh ./build_zano.sh +./copy_zano_libs.sh diff --git a/scripts/android/build_zano.sh b/scripts/android/build_zano.sh index 9254cea3f..b90d66688 100755 --- a/scripts/android/build_zano.sh +++ b/scripts/android/build_zano.sh @@ -4,10 +4,10 @@ set -o xtrace . ./config.sh #HAVEN_VERSION=tags/v3.0.7 ZANO_SRC_DIR=${WORKDIR}/zano -ZANO_CHECKOUT_ID=master +ZANO_CHECKOUT_ID=develop git clone --recursive https://github.com/hyle-team/zano.git ${ZANO_SRC_DIR} -#cd $ZANO_SRC_DIR +cd $ZANO_SRC_DIR git checkout ${ZANO_CHECKOUT_ID} git submodule init git submodule update