mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Android: Changed androidbuild.sh to use path from variable.
This commit is contained in:
parent
0aa2a6df2c
commit
682604b2f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue