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