Commit 92bbebf
committed
cmd/gomobile: ensure -a build flag is passed to go build command
The gomobile build command wraps `go build`, and parses many build flags, but it only parses `-a` and misses actually consuming it currently. This means that forcing a rebuild of packages is not possible easily: https://pkg.go.dev/cmd/go#hdr-Compile_packages_and_dependencies1 parent a159579 commit 92bbebf
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
321 | 324 | | |
322 | 325 | | |
323 | 326 | | |
| |||
0 commit comments