tsu icon indicating copy to clipboard operation
tsu copied to clipboard

Fix -a being ignored

Open pschmitt opened this issue 5 years ago • 2 comments

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.

pschmitt avatar May 27 '20 07:05 pschmitt

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

cswl avatar May 31 '20 15:05 cswl

Wouldn't it make more sense to remove the flag altogether then?

pschmitt avatar May 31 '20 19:05 pschmitt