Skip to content

Commit

Permalink
Android: Changed androidbuild.sh to use path from variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jul 31, 2015
1 parent 0aa2a6d commit 682604b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/androidbuild.sh
Expand Up @@ -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

Expand Down

0 comments on commit 682604b

Please sign in to comment.