summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2025-02-10 15:31:21 +0100
committerAlbin <albin@mullvad.net>2025-02-10 15:31:21 +0100
commit2bf9e40f0ce74963c43adf703a21296fb0af4fe4 (patch)
tree2d633e7c404b2898b8602613341da344b1daec94
parentaee42b97185b242dab47d2633d65c472e08a6630 (diff)
parentd7b04d0ea4532e936289560f02db5c89521d0397 (diff)
downloadmullvadvpn-2bf9e40f0ce74963c43adf703a21296fb0af4fe4.tar.xz
mullvadvpn-2bf9e40f0ce74963c43adf703a21296fb0af4fe4.zip
Merge branch 'add-warning-to-build-output-if-cargo-targets-set'
-rwxr-xr-xandroid/build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/build.sh b/android/build.sh
index a842c7ff9e..d29381afea 100755
--- a/android/build.sh
+++ b/android/build.sh
@@ -90,4 +90,8 @@ echo ""
echo " Build checksums:"
md5sum ../dist/MullvadVPN-"$PRODUCT_VERSION"* | sed 's/^/ /'
echo ""
+if grep -q "^CARGO_TARGETS=" local.properties; then
+ echo " CARGO_TARGETS is set in local.properties, build may not be reproducible!"
+fi
+echo ""
echo "**********************************"