3 lines
156 B
Bash
Executable file
3 lines
156 B
Bash
Executable file
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
|
GOPATH="$DIR" glide up
|
|
GOPATH="$DIR:$DIR/vendor:$GOPATH" gomobile init -ndk $ANDROID_NDK
|