yggdrasil-go/contrib/mobile
Sergey Bobrenok d6fd305f12
Fix Android build with Go 1.23.0 or later (#1166)
The `github.com/wlynxg/anet` library depends on the `//go:linkname`
linker feature [1]. However, since Go 1.23.0, the usage of
`//go:linkname` has been restricted [2]. And now it's necessary to
explicitly specify `-checklinkname=0` linker flag to use it.

[1]
https://github.com/wlynxg/anet/blob/main/README.md#how-to-build-with-go-1230-or-later
[2] https://tip.golang.org/doc/go1.23#linker

Resolves: #1165
2024-09-29 21:06:36 +01:00
..
build Fix Android build with Go 1.23.0 or later (#1166) 2024-09-29 21:06:36 +01:00
mobile_android.go Run goimports 2022-04-17 18:02:25 +01:00
mobile_apple.go Update mobile build for iOS/macOS framework generation 2024-06-26 23:17:11 +01:00
mobile_mem_go120.go Only set mobile memory limit on supported Go versions 2023-09-03 13:13:53 +01:00
mobile_mem_other.go Only set mobile memory limit on supported Go versions 2023-09-03 13:13:53 +01:00
mobile_other.go Update mobile build for iOS/macOS framework generation 2024-06-26 23:17:11 +01:00
mobile_test.go Fix mobile unit test 2023-09-03 13:30:48 +01:00
mobile.go Link costing based on average RTT (#1171) 2024-09-21 22:05:23 +00:00