[Android] gdb.sh: fix apk-file arg

Thomas Guillem git at videolan.org
Tue Dec 1 17:06:50 CET 2015


vlc-ports/android | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Dec  1 17:05:14 2015 +0100| [0b4c3e9d8369c190ee4308f9c26ef709dcc25c3f] | committer: Thomas Guillem

gdb.sh: fix apk-file arg

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=0b4c3e9d8369c190ee4308f9c26ef709dcc25c3f
---

 gdb.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb.sh b/gdb.sh
index ad08b39..bca56b7 100755
--- a/gdb.sh
+++ b/gdb.sh
@@ -20,7 +20,7 @@ while [ $# -gt 0 ]; do
         -s)
             NDK_GDB_ARGS="$NDK_GDB_ARGS --nowait --start"
             ;;
-        --apk)
+        --apk-file)
             APK_PATH=$2
             shift
             ;;



More information about the Android mailing list