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 532629d commit 2329e26Copy full SHA for 2329e26
dist-build/android-build.sh
@@ -1,5 +1,7 @@
1
#!/bin/sh
2
3
+[ -f android.settings ] && source ./android.settings
4
+
5
if [ -z "$ANDROID_NDK_HOME" ]; then
6
echo "You should probably set ANDROID_NDK_HOME to the directory containing"
7
echo "the Android NDK"
0 commit comments