Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable use of
linkat
on Android as well.
According to [the bionic status page], `linkat` has only been available since API level 21. Since Android is based on Linux and Linux's `link` doesn't follow symlinks, just use `link` on Android. [the bionic status page]: https://android.googlesource.com/platform/bionic/+/master/docs/status.md
- Loading branch information