File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ export ANDROID_HOME="${DEPENDS_DIR}/SDKs/android"
22
22
export ANDROID_NDK_HOME=" ${ANDROID_HOME} /ndk/${ANDROID_NDK_VERSION} "
23
23
export DEP_OPTS=" ANDROID_SDK=${ANDROID_HOME} ANDROID_NDK=${ANDROID_NDK_HOME} ANDROID_API_LEVEL=${ANDROID_API_LEVEL} ANDROID_TOOLCHAIN_BIN=${ANDROID_NDK_HOME} /toolchains/llvm/prebuilt/linux-x86_64/bin/"
24
24
25
- export BITCOIN_CONFIG=" --disable-ccache"
25
+ export BITCOIN_CONFIG=" --disable-ccache --disable-tests --enable-gui-tests --disable-bench --disable-fuzz-binary --without-utils --without-libs --without-daemon "
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if [ -n "$ANDROID_TOOLS_URL" ]; then
10
10
DOCKER_EXEC make distclean || true
11
11
DOCKER_EXEC ./autogen.sh
12
12
DOCKER_EXEC ./configure $BITCOIN_CONFIG --prefix=$DEPENDS_DIR /aarch64-linux-android || ( (DOCKER_EXEC cat config.log) && false)
13
- DOCKER_EXEC " cd src/qt && make $MAKEJOBS && ANDROID_HOME=${ANDROID_HOME} ANDROID_NDK_HOME=${ANDROID_NDK_HOME} make apk"
13
+ DOCKER_EXEC " make $MAKEJOBS && cd src/qt && ANDROID_HOME=${ANDROID_HOME} ANDROID_NDK_HOME=${ANDROID_NDK_HOME} make apk"
14
14
exit 0
15
15
fi
16
16
You can’t perform that action at this time.
0 commit comments