From 34604dd067752ea71a9763f306f5e618a7815add Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sat, 5 Oct 2019 20:58:52 +0200 Subject: minor updates on shapeshifter lib build script --- go/android_build_shapeshifter_lib.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'go/android_build_shapeshifter_lib.sh') 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 -- cgit v1.2.3