build: add gomobile android build

This commit is contained in:
x0b 2021-04-28 20:43:46 +02:00 committed by Nick Craig-Wood
parent 9e6c23d9af
commit 2833941da8
1 changed files with 9 additions and 0 deletions

View File

@ -267,6 +267,15 @@ jobs:
run: |
make
- name: install gomobile
run: |
go get golang.org/x/mobile/cmd/gobind
go get golang.org/x/mobile/cmd/gomobile
env PATH=$PATH:~/go/bin gomobile init
- name: arm-v7a gomobile build
run: env PATH=$PATH:~/go/bin gomobile bind -v -target=android/arm -javapkg=org.rclone -ldflags '-s -X github.com/rclone/rclone/fs.Version='${VERSION} github.com/rclone/rclone/librclone/gomobile
- name: arm-v7a Set environment variables
shell: bash
run: |