mirror of
https://github.com/libretro/Play-.git
synced 2024-12-04 07:20:56 +00:00
25c76b5aeb
git-svn-id: http://svn.purei.org/purei/trunk@1601 b36208d7-6611-0410-8bec-b1987f11c4a2
5 lines
98 B
Bash
5 lines
98 B
Bash
#!/bin/bash
|
|
set -e
|
|
adb install -r ./bin/Play-debug.apk
|
|
$ANDROID_NDK_ROOT/ndk-gdb --nowait --start
|