Commit Graph

6 Commits

Author SHA1 Message Date
Fredrik Fornwall b1a3165438 termux-api.c: Minor cleanups 2016-04-24 22:11:42 +02:00
Fredrik Fornwall 1acf7001f9 termux-api.c: rand() -> arc4random() 2016-04-24 21:52:47 +02:00
Fredrik Fornwall bb3266ca1e termux-api.c: Fix indentation 2016-04-24 21:46:12 +02:00
Fredrik Fornwall 8353c56c0b Modify setup in wrappers for /system/bin/ commands
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.
2016-04-10 20:20:17 -04:00
Fredrik Fornwall 8cd4ab4e6f termux-api: Ensure /system/bin/am_process in PATH
Closes https://github.com/termux/termux-api/issues/12
2016-03-22 11:14:56 -04:00
Fredrik Fornwall 59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00