-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The whole system
directory may be removed from the repo...
#60
Comments
Potential WIP/PoC solution to termux#60
When I tried to implement it using a Symlink as you suggested, I encountered some problems, but when I use |
You can try using hardlink. In the case of using linux host you do not have Android limitations... |
I continued adjusting it and my local version has started working well for me on the 64-bit platforms while using a true Symbolic link (
Edit: I have finished implementing 32-bit support in my version, and uploaded my code for it. What is remaining is to wait for termux/termux-packages#22906 , so that the modified version of the |
I think we can use
bionic-host
package and symlink to$PREFIX/etc/bionic-host
=>/system
. Also we can get busybox binary from here to get the toolset to extract the bootstrap from zip. It is not critical issue, but we will have less prebuilts in repo.The text was updated successfully, but these errors were encountered: