aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_android.sh
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-10-11 22:59:02 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-10-15 15:00:04 +0200
commit67bb6b5c4327d74d0183dc238e0361ede1414481 (patch)
treef9d56fe0dd84ff70aaab93f3bc284dea42d5032a /ci/test/00_setup_env_android.sh
parent4dbba3bac70f78e764910f357c875c09569a8fc4 (diff)
downloadbitcoin-67bb6b5c4327d74d0183dc238e0361ede1414481.tar.xz
ci, refactor: Disable binaries for Android task explicitly
No behavior change.
Diffstat (limited to 'ci/test/00_setup_env_android.sh')
-rwxr-xr-xci/test/00_setup_env_android.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_android.sh b/ci/test/00_setup_env_android.sh
index 4ef3ae1ceb..2f9d1f2a9f 100755
--- a/ci/test/00_setup_env_android.sh
+++ b/ci/test/00_setup_env_android.sh
@@ -22,4 +22,4 @@ export ANDROID_HOME="${DEPENDS_DIR}/SDKs/android"
export ANDROID_NDK_HOME="${ANDROID_HOME}/ndk/${ANDROID_NDK_VERSION}"
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/"
-export BITCOIN_CONFIG="--disable-ccache"
+export BITCOIN_CONFIG="--disable-ccache --disable-tests --enable-gui-tests --disable-bench --disable-fuzz-binary --without-utils --without-libs --without-daemon"