Commit 682604b2f3e518d529291122037b31b2cf96155d

Philipp Wiesemann 2015-07-31T20:15:02

Android: Changed androidbuild.sh to use path from variable.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/build-scripts/androidbuild.sh b/build-scripts/androidbuild.sh
index ea6e6b1..8ca3c91 100755
--- a/build-scripts/androidbuild.sh
+++ b/build-scripts/androidbuild.sh
@@ -115,7 +115,7 @@ echo "public class $ACTIVITY extends SDLActivity {}" >> "$ACTIVITY.java"
 
 # Update project and build
 cd $BUILDPATH
-android update project --path $BUILDPATH
+$ANDROID update project --path $BUILDPATH
 $NDKBUILD -j $NCPUS $NDKARGS
 $ANT debug