Files
eepp/projects/android-project/compile.sh
Martín Lucas Golini 2e2c79d5fa Updated SOIL2.
Exposed the "GL_OES_compressed_ETC1_RGB8_texture" extension for desktops.
SDL2 window now is destroyed.
Changed cUIControlAnim::AngleInterpolation to cUIControlAnim::RotationInterpolation.
2013-10-05 21:29:59 -03:00

11 lines
225 B
Bash
Executable File

#!/bin/sh
adb devices
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/eepp-app-debug.apk
ndk-gdb --force --start --verbose