8 lines
119 B
Bash
8 lines
119 B
Bash
|
|
||
|
|
||
|
cd "$( cd "$( dirname "$0" )" && pwd )/.."
|
||
|
|
||
|
cd go/mobile
|
||
|
|
||
|
gomobile bind -target=android/arm64 -o lib/Mobile.aar ./
|