Android has a legacy issue, where bionic libc used to export some symbols from libgcc, and now huge number of apps relies on this behaviour. In order to maintain compatibility, we need to retain these symbols even after moving to compiler-rt builtins.
Implement __gnu_[u]ldivmod_helper just for Android, since these symbols are deprecated everywhere else.