mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2025-02-12 23:28:52 +00:00
![Rob Landley](/assets/img/avatar_default.png)
If we exec /proc/self/exe and only fall back to /bin/busybox if /proc isn't there, then we have a reasonable chance of having the standalone shell work even if busybox isn't installed in /bin on the system in question. Still won't work in a chroot environment, but it's an improvement.