From 699ea78397e05d13b87e44ff944def6e98b2aa87 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Tue, 8 Oct 2019 00:56:38 +0200 Subject: add more output to library cross compiling script --- go/android_build_shapeshifter_lib.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (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 cf122bca..bbe3c84a 100755 --- a/go/android_build_shapeshifter_lib.sh +++ b/go/android_build_shapeshifter_lib.sh @@ -12,8 +12,10 @@ if [ -z $ANDROID_NDK_HOME ]; then fi ./golang/go/bin/go env +echo "getting gomobile..." ./golang/go/bin/go get golang.org/x/mobile/cmd/gomobile - +echo "initiating gomobile..." ./bin/gomobile init +echo "cross compiling shapeshifter lib..." ./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