Android: Changed androidbuild.sh to use path from variable.
This commit is contained in:
parent
feb2506970
commit
a40a5a19bd
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