tsu
tsu copied to clipboard
Fix -a being ignored
I noticed that $APPEND_SYSTEM_PATH wasn't consumed anywhere and the Android system path was appended by default. This PR makes the -a flag work as described in the help.
I should probably document this code... but this is intended..
The reason still being issue with some Android devices unable to load /system/binaries due to library linking error
Wouldn't it make more sense to remove the flag altogether then?