commit | 9cba7bc03c0fdba1b8fe7dfd476c2001656dde9e | [log] [tgz] |
---|---|---|
author | Changkun Ou <hi@changkun.de> | Tue Aug 31 11:43:10 2021 +0200 |
committer | Hajime Hoshi <hajimehoshi@gmail.com> | Tue Aug 31 15:17:48 2021 +0000 |
tree | 96d0de1f6afac423131dedbced35035d49050e45 | |
parent | d82874c7e6493933758668078bde0e6c6a4ddd5a [diff] |
cmd/gomobile: handle NDK path for darwin/arm64 This change allows TestBindAndroid to pass. Fixes golang/go#46464 Change-Id: I8cc3edb21fe9ae9efdc0c8c243a4098553b06e5e Reviewed-on: https://go-review.googlesource.com/c/mobile/+/346153 Reviewed-by: Hajime Hoshi <hajimehoshi@gmail.com> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> Run-TryBot: Hajime Hoshi <hajimehoshi@gmail.com> TryBot-Result: Go Bot <gobot@golang.org>
The Go mobile repository holds packages and build tools for using Go on mobile platforms.
Package documentation as a starting point:
The Go Mobile project is experimental. Use this at your own risk. While we are working hard to improve it, neither Google nor the Go team can provide end-user support.
This is early work and installing the build system requires Go 1.5. Follow the instructions on golang.org/wiki/Mobile to install the gomobile command, build the basic and the bind example apps.
Contributions to Go are appreciated. See https://golang.org/doc/contribute.html.