diff options
Diffstat (limited to 'go')
-rwxr-xr-x | go/android_build_shapeshifter_lib.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/go/android_build_shapeshifter_lib.sh b/go/android_build_shapeshifter_lib.sh index e3cd22d2..cf122bca 100755 --- a/go/android_build_shapeshifter_lib.sh +++ b/go/android_build_shapeshifter_lib.sh @@ -11,8 +11,9 @@ if [ -z $ANDROID_NDK_HOME ]; then exit 1; fi +./golang/go/bin/go env ./golang/go/bin/go get golang.org/x/mobile/cmd/gomobile -gomobile init -gomobile bind -target=android -o ./lib/shapeshifter.aar se.leap.bitmaskclient/shapeshifter/ +./bin/gomobile init +./bin/gomobile bind -target=android -o ./lib/shapeshifter.aar se.leap.bitmaskclient/shapeshifter/ cp lib/shapeshifter* ../shapeshifter/.
\ No newline at end of file |