diff options
| author | Kalle Lindström <karl.lindstrom@mullvad.net> | 2025-02-10 12:29:19 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2025-02-10 15:30:50 +0100 |
| commit | d7b04d0ea4532e936289560f02db5c89521d0397 (patch) | |
| tree | 2d633e7c404b2898b8602613341da344b1daec94 /android | |
| parent | aee42b97185b242dab47d2633d65c472e08a6630 (diff) | |
| download | mullvadvpn-d7b04d0ea4532e936289560f02db5c89521d0397.tar.xz mullvadvpn-d7b04d0ea4532e936289560f02db5c89521d0397.zip | |
Add warning if CARGO_TARGETS is set
Diffstat (limited to 'android')
| -rwxr-xr-x | android/build.sh | 4 |
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 "**********************************" |
