<div dir="ltr">Good Morning,<div><br></div><div>I'm trying to run toybox on Android with a different file name than "toybox".</div><div>I see that I can append any suffix I'd like, e.g. "toybox.strawberry", but I can't prepend anything.</div><div>"strawberry-toybox" doesn't work: </div><div>toybox: Unknown command strawberry-toybox<br></div><div><br></div><div>How can I achieve this?</div><div><br></div><div>Background:</div><div>Android 10+ only allows executing binaries that in read-only memory, so I have to package toybox as "toybox.so" which works, but Android 5/6/7 will only package the files if they are prepended by "lib", so the filename I'm trying to run is "libtoybox.so".</div><div><br></div><div>Kind regards</div><div>Matthias</div><div></div></div>