#!/bin/sh
DIR=$(cd "$(dirname "$0")" && pwd)
"$DIR/build/ndk-build" "$@"
