In Android 9 chroot() have been addded to the seccomp filter, so the process is killed if trying to use it. Luckily busybox already contained fallback if chroot() is not permitted. See #2789.
Fixes https://github.com/termux/termux-packages/issues/2740