Refactor setup

This commit is contained in:
Kay Lukas 2018-10-24 17:56:52 +02:00
parent 94b317f135
commit 0456595f68
25 changed files with 37 additions and 33 deletions

3
init.sh Executable file
View file

@ -0,0 +1,3 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
GOPATH="$DIR" glide up
GOPATH="$DIR:$DIR/vendor:$GOPATH" gomobile init -ndk $ANDROID_NDK