diff options
author | Philipp Wiesemann <philipp.wiesemann@arcor.de> | 2015-07-31 20:15:02 +0200 |
---|---|---|
committer | Philipp Wiesemann <philipp.wiesemann@arcor.de> | 2015-07-31 20:15:02 +0200 |
commit | 36da37935bb0426d0e1ea5ad131f6f9d12dd4dbd (patch) | |
tree | 53073c4673ba84efaf080d0bf75554c943b36f20 /build-scripts | |
parent | 7d7642cb63f46c105e42a0d86664e6db714ea750 (diff) |
Android: Changed androidbuild.sh to use path from variable.
Diffstat (limited to 'build-scripts')
-rwxr-xr-x | build-scripts/androidbuild.sh | 2 |
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 |