diff options
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 "**********************************" |
