Modify setup in wrappers for /system/bin/ commands
authorFredrik Fornwall <fredrik@fornwall.net>
Mon, 11 Apr 2016 00:20:17 +0000 (20:20 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Mon, 11 Apr 2016 00:20:17 +0000 (20:20 -0400)
On several devices several tools in /system/bin/ requires
LD_LIBRARY_PATH to contain /system/lib(64). Check for the bit-ness
with `getprop ro.product.cpu.abilist64`  and setup the environment
accordingly.

Closes #193.
Closes #206.


No differences found