Ups, broke android build, now it's working again.

This commit is contained in:
Martín Lucas Golini
2013-07-14 22:13:12 -03:00
parent 02dbfc3f1d
commit 9402c8a34e
3 changed files with 4 additions and 2 deletions

View File

@@ -12,7 +12,8 @@ syntax: regexp
^projects/android-project/gen$
^projects/android-project/assets$
^projects/android-project/libs$
^projects/android-project-*
^projects/android-project-fluGL*
^projects/android-project-strobe*
^src/examples/strobe$
.*.dll
eees*

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.eepp.app"
package="org.libsdl.app"
android:versionCode="1"
android:versionName="1.0">
<application android:label="@string/app_name" android:icon="@drawable/icon" android:debuggable="true">

View File

@@ -3,6 +3,7 @@ cd $(dirname "$0")
export NDK_PROJECT_PATH=$(dirname "$0")
ndk-build NDK_LOG=1 NDK_DEBUG=1 -j4
rm -rf ./bin
rm -rf ./gen
ant debug
adb install -r bin/EEPPApp-debug.apk
ndk-gdb --force --start --verbose