Currently, I need to explicitly set linkmode to pie when building for Android, otherwise I get this error:
runtime.gcdata: missing Go type information for global symbol .dynsym: size 24
However, go build does that automatically when GOOS is android. It feels that rules_go should behave the same.
Related to #2371.