mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 10:06:35 +03:00
Exposed the "GL_OES_compressed_ETC1_RGB8_texture" extension for desktops. SDL2 window now is destroyed. Changed cUIControlAnim::AngleInterpolation to cUIControlAnim::RotationInterpolation.
11 lines
225 B
Bash
Executable File
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
|