Skip to content

Commit 2329e26

Browse files
source custom android settings in android-build.sh
(if there are any)
1 parent 532629d commit 2329e26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dist-build/android-build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
[ -f android.settings ] && source ./android.settings
4+
35
if [ -z "$ANDROID_NDK_HOME" ]; then
46
echo "You should probably set ANDROID_NDK_HOME to the directory containing"
57
echo "the Android NDK"

0 commit comments

Comments
 (0)