We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84074b0 commit 0002495Copy full SHA for 0002495
scripts/build.sh
@@ -67,7 +67,7 @@ fi
67
68
if [ "$gradle_module" = "crypto" ]; then
69
## NDK is needed for https://crates.io/crates/olm-sys
70
- if [ -z "$ANDROID_NDK" ]; then
+ if [ -z "$ANDROID_NDK" && -z "$ANDROID_HOME" ]; then
71
echo "please set the ANDROID_NDK environment variable to your Android NDK installation"
72
exit 1
73
fi
0 commit comments