#!/bin/sh
DIR=$(cd "$(dirname "$0")" && pwd)
"$DIR/prebuilt/linux-x86_64/bin/ndk-gdb" "$@"
