summaryrefslogtreecommitdiff
path: root/build-scripts
diff options
context:
space:
mode:
authorPhilipp Wiesemann <philipp.wiesemann@arcor.de>2015-07-31 20:15:02 +0200
committerPhilipp Wiesemann <philipp.wiesemann@arcor.de>2015-07-31 20:15:02 +0200
commit36da37935bb0426d0e1ea5ad131f6f9d12dd4dbd (patch)
tree53073c4673ba84efaf080d0bf75554c943b36f20 /build-scripts
parent7d7642cb63f46c105e42a0d86664e6db714ea750 (diff)
Android: Changed androidbuild.sh to use path from variable.
Diffstat (limited to 'build-scripts')
-rwxr-xr-xbuild-scripts/androidbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/androidbuild.sh b/build-scripts/androidbuild.sh
index ea6e6b1bc5..8ca3c916da 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