github.com/danbrough/mobile@v0.0.3-beta03/demos/basic/android.sh (about) 1 #!/bin/bash 2 3 cd $(dirname $0) 4 5 [ ! -d libs ] && mkdir libs 6 7 go run github.com/danbrough/mobile/cmd/gomobile bind -target=android/386 -x -v -work -o libs/demo.aar -tags=openssl \ 8 github.com/danbrough/mobile/demos/basic/hello || exit 1 9 10