Skip to content

Commit

Permalink
Updated UfoAI project
Browse files Browse the repository at this point in the history
  • Loading branch information
pelya committed Nov 1, 2012
1 parent e450bfc commit 5516988
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/jni/application/ufoai/AndroidData/android.cfg

This file was deleted.

9 changes: 9 additions & 0 deletions project/jni/application/ufoai/AndroidPreBuild.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

LOCAL_PATH=`dirname $0`
LOCAL_PATH=`cd $LOCAL_PATH && pwd`

rm -f $LOCAL_PATH/AndroidData/1android.pk3
cd $LOCAL_PATH/ufoai/base/android && zip -r $LOCAL_PATH/AndroidData/1android.pk3 * >/dev/null || exit 1

exit 0

0 comments on commit 5516988

Please sign in to comment.