| commit | 40bd9ace6ce40c353be9eea18a1dc26ef1632162 | [log] [tgz] |
|---|---|---|
| author | ignoramous <ignoramous@users.noreply.github.com> | Mon Jan 19 12:04:06 2026 +0000 |
| committer | Gopher Robot <gobot@golang.org> | Tue Jan 20 08:59:49 2026 -0800 |
| tree | 7c6de62b76d5b10593f773384742d5d9827ae757 | |
| parent | 5b9ecdfb87210bc4c45123627d02792d319d9319 [diff] |
cmd/gomobile: -overlay build flag support Overlay allows for changes to stdlib and runtime. Change-Id: I1c3b2056f9871be45b870c2325bb96be8a837949 GitHub-Last-Rev: bc2c8adf621055cee00ef7da2513d9ce7977d50b GitHub-Pull-Request: golang/mobile#116 Reviewed-on: https://go-review.googlesource.com/c/mobile/+/737300 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Carlos Amedee <carlos@golang.org> Reviewed-by: Hajime Hoshi <hajimehoshi@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Hajime Hoshi <hajimehoshi@gmail.com>
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://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/mobile.